Skip to content

Commit

Permalink
switch to att/unix-style disassembly, to reduce possible ambiguity of…
Browse files Browse the repository at this point in the history
… symbol types in output
  • Loading branch information
vtjnash committed Mar 1, 2015
1 parent 1d0b067 commit e56d38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void jl_dump_function_asm(uintptr_t Fptr, size_t Fsize, size_t slide,
return;
}

unsigned OutputAsmVariant = 1; // GCC or ATT-style asm
unsigned OutputAsmVariant = 0; // ATT or Intel-style assembly
bool ShowEncoding = false;
bool ShowInst = false;

Expand Down

0 comments on commit e56d38d

Please sign in to comment.