disaster
disaster copied to clipboard
Couldn’t find corresponding assembly line
Running M-x disaster keeps printing the same in all C source files (haven't tried others).
It's using the default objdump command:
objdump -d -M att -Sl --no-show-raw-insn
I tried changing mode to nasm, tried changing the objdump command a bit, but nothing.
Those gray comments that appear on the screenshots are not generated for me, only headers for functions:
This is the message log:
Running: make -k -C <PATH>/file.o
make: Entering directory '<PATH>'
cc -c -o file.o file.c
make: Leaving directory '<PATH>'
Running: objdump -d -M att -Sl --no-show-raw-insn <PATH>/file.o
Couldn’t find corresponding assembly line.