disasm: when no instruction is found, consider a naked prefix
commited37aa8070cabf80de269508cbf022bc2b464d26
authorH. Peter Anvin <hpa@zytor.com>
Thu, 19 Mar 2009 06:10:19 +0000 (18 23:10 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 19 Mar 2009 06:10:19 +0000 (18 23:10 -0700)
tree73394bc04a59da69e9dac998c02fac2520675c40
parentd1174fb1a68a73b17010adb312f9329b4ce411eb
disasm: when no instruction is found, consider a naked prefix

If we can't find a matching instruction, rather than printing it as a
"db" literal, consider first if we can disassemble it as a naked prefix.
disasm.c
disasm.h
ndisasm.c