Skip to content

Commit 84c6345

Browse files
committed
Match assembly notation with gcc
1 parent 2a1c724 commit 84c6345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/hsdis/hsdis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class hsdis_backend : public hsdis_backend_base {
642642
return;
643643
}
644644

645-
LLVMSetDisasmOptions(_dcontext, LLVMDisassembler_Option_PrintImmHex | LLVMDisassembler_Option_AsmPrinterVariant);
645+
LLVMSetDisasmOptions(_dcontext, LLVMDisassembler_Option_PrintImmHex);
646646
}
647647

648648
~hsdis_backend() {

0 commit comments

Comments
 (0)