Fix compilation error on X64 and ARM. Error was introduced in r8851.
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Aug 2011 07:34:54 +0000 (07:34 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Aug 2011 07:34:54 +0000 (07:34 +0000)
commit528a3301b8488a12c113bd648c35b5a15f641f80
tree6f2b12d65f5c448952fe71a343838ae581846ef3
parent92e7656c4d4b8953f0f6035629cc22c20ff12bc5
Fix compilation error on X64 and ARM.  Error was introduced in r8851.

Clean up TranslationIterator and DeoptimizationInputDataPrint, so they will work with alignment padding in the Translation info.

BUG=
TEST=v8 compiles on X64 and ARM platforms.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8852 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/deoptimizer-arm.cc
src/x64/deoptimizer-x64.cc