Fixes compilation error due updates on Intel XED.
commit493184fd6ca82ea20eb47cef5a0560a60497328b
authorIgor Nunes <igor.snunes@gmail.com>
Mon, 22 Aug 2016 21:06:15 +0000 (22 14:06 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Mon, 22 Aug 2016 21:09:29 +0000 (22 14:09 -0700)
tree8689e26c3679cabcb09aae25eeffd71b79c4f70f
parentfc415f2a7016ba6f902e2aa0ddce21bcc7024f8d
Fixes compilation error due updates on Intel XED.

Summary:
Dissasembler for x86_64 uses Intel XED to disasm code. At some point the interfaces has
changed causes a compilation error with new versions of XED (2015-09-10).
So i think it's time to drop the support to old versions.
Closes https://github.com/facebook/hhvm/pull/7118

Reviewed By: aorenste

Differential Revision: D3366288

Pulled By: aorenste

fbshipit-source-id: 40cfb306961e7b7105fb671c766070b0064035e6
hphp/tools/tc-print/offline-x86-code.cpp
hphp/util/disasm.cpp