Fix crash with TRACE=printir and retranslateAll
commit9898bc6ab8109a227f9d05862b929ef21c1e3ec0
authorMark Williams <mwilliams@fb.com>
Fri, 7 Jul 2017 14:02:01 +0000 (7 07:02 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 7 Jul 2017 14:12:06 +0000 (7 07:12 -0700)
tree847bfc9c49a7921e4dcb26c5de3d70de138abb13
parente418356855f0f76ba788728b55b26a0b255659b3
Fix crash with TRACE=printir and retranslateAll

Summary:
We were trying to disassemble the "logical" addresses, rather than the
physical addresses, and crashing.

Reviewed By: jano

Differential Revision: D5376740

fbshipit-source-id: c4e742a3bca098c25b7fa801be1489e510359631
hphp/runtime/vm/jit/asm-info.h
hphp/runtime/vm/jit/print.cpp
hphp/runtime/vm/jit/vasm-emit.cpp