Make the disassembler print the Extended instruction name.
authorAndrew Woloszyn <awoloszyn@google.com>
Fri, 21 Aug 2015 18:23:42 +0000 (14:23 -0400)
committerDejan Mircevski <deki@google.com>
Mon, 24 Aug 2015 19:04:55 +0000 (15:04 -0400)
commit0d350b5992564e258550eb89126d431c3dbb0622
tree7fafeed177755dcee3d13f3fb8ca7ca13d2369e8
parent1d2a87ed1b711944e50da798ad481beb486e7296
Make the disassembler print the Extended instruction name.

This allows the disassembled output to more closely follow the
original assembly.
source/binary.cpp
test/BinaryToText.cpp