Ensure that LRandom restores rsi after call to the C function on x64.
authorvegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Jan 2012 08:43:34 +0000 (08:43 +0000)
committervegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Jan 2012 08:43:34 +0000 (08:43 +0000)
commit704c92ce955e20b90bf6ec2c94c26945c316108e
treec847164e048123a2f2f063e97b5b1ffbea10f672
parenta334f2af5448348a55dbe722c1c572768cbac475
Ensure that LRandom restores rsi after call to the C function on x64.

R=ulan@chromium.org
BUG=http://crbug.com/110509
TEST=test/mjsunit/regress/regress-110509.js

Review URL: https://chromiumcodereview.appspot.com/9265003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10434 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/lithium-codegen-x64.cc
test/mjsunit/regress/regress-110509.js [new file with mode: 0644]