disassembler.cc might need <inttypes.h> header.
ndevillers opened this issue · 1 comments
ndevillers commented
I had to add #include <inttypes.h>
in dissassembler.cc to prevent the following error during compilation:
source/disassembler.cc:80:18: error: expected ‘)’ before ‘PRIx64’
printf("0x%" PRIx64 ":\t%s\t\t%s\n", disassembled_ins.address,