We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a1c724 commit 84c6345Copy full SHA for 84c6345
src/utils/hsdis/hsdis.cpp
@@ -642,7 +642,7 @@ class hsdis_backend : public hsdis_backend_base {
642
return;
643
}
644
645
- LLVMSetDisasmOptions(_dcontext, LLVMDisassembler_Option_PrintImmHex | LLVMDisassembler_Option_AsmPrinterVariant);
+ LLVMSetDisasmOptions(_dcontext, LLVMDisassembler_Option_PrintImmHex);
646
647
648
~hsdis_backend() {
0 commit comments