objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Strip nops from end of functions (MIPS)

Open encounter opened this issue 3 years ago • 1 comments

For asm-built objects, we have to guess where the function ends. Make this calculation also ignore nops.

encounter avatar Sep 20 '22 15:09 encounter

(but don't strip delay slot nops!)

simonlindholm avatar Sep 21 '22 18:09 simonlindholm