x64: Fix safepoint register index calculation.
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 18 Feb 2011 16:16:17 +0000 (16:16 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 18 Feb 2011 16:16:17 +0000 (16:16 +0000)
commit5ec91a42792e52f832f118f6c6673016147662f4
treeea3abc957720453dac5d171227e378bef2fd661c
parent4ac9f20601d35c31f563f9a5e710d9495c391fce
x64: Fix safepoint register index calculation.

We leave room for all registers on the stack so we have to add a bit.

This is not nicely factored and I need to do that. This will fix the breakage and I
will fix the rest on Monday.

TBR=lrn@chromium.org

Review URL: http://codereview.chromium.org/6544017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/assembler-x64.h