Skip to content

Commit

Permalink
Update file(s): 2024-04-13
Browse files Browse the repository at this point in the history
  • Loading branch information
horsicq committed Apr 13, 2024
1 parent d2f9cda commit 3a89ee5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/Capstone/src/arch/X86/X86IntelInstPrinter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 1035,7 @@ static void printanymem(MCInst *MI, unsigned OpNo, SStream *O)
case X86_LEA64r:
MI->x86opsize = 8;
break;
#ifndef CAPSTONE_X86_REDUCE
case X86_BNDCL32rm:
case X86_BNDCN32rm:
case X86_BNDCU32rm:
Expand All @@ -1045,6 1046,7 @@ static void printanymem(MCInst *MI, unsigned OpNo, SStream *O)
case X86_BNDCU64rm:
MI->x86opsize = 16;
break;
#endif
}

printMemReference(MI, OpNo, O);
Expand Down

0 comments on commit 3a89ee5

Please sign in to comment.