https://codereview.chromium.org/159993002/diff/1/src/a64/simulator-a64.h
File src/a64/simulator-a64.h (right):
https://codereview.chromium.org/159993002/diff/1/src/a64/simulator-a64.h#newcode448
src/a64/simulator-a64.h:448: Address get_sp() { return
reinterpret_cast<Address>(sp()); }
Late DBC, on a64 you can avoid the cast:
Address get_sp() { return reg<Address>(31, Reg31IsStackPointer); }
https://codereview.chromium.org/159993002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.