mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-12-02 18:47:30 +00:00
x86: do not print LJMP/LCALL with ptr. this fixes issue #429
This commit is contained in:
parent
2f3070b0d2
commit
6472fa9929
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user