x86: do not print LJMP/LCALL with ptr. this fixes issue #429

This commit is contained in:
Nguyen Anh Quynh 2016-04-25 10:28:13 +08:00
parent 2f3070b0d2
commit 6472fa9929

View File

@ -75,6 +75,8 @@ static void printopaquemem(MCInst *MI, unsigned OpNo, SStream *O)
case X86_INS_LIDT:
case X86_INS_FXRSTOR:
case X86_INS_FXSAVE:
case X86_INS_LJMP:
case X86_INS_LCALL:
// do not print "ptr"
break;
}