http://codereview.chromium.org/115567/diff/1/2 File src/x64/assembler-x64.cc (right):
http://codereview.chromium.org/115567/diff/1/2#newcode221 Line 221: int32_t* p = reinterpret_cast<int32_t*>(it.rinfo()->pc()); Actually, it's not the pointer that is treated as an int32_t, but what it points to. This should be safe, if relocation data are still integers. http://codereview.chromium.org/115567 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
