mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-21 23:31:29 +00:00
fix +D -F disassemble bug
This commit is contained in:
parent
ebab9328f6
commit
a5aaff7df2
@ -2335,7 +2335,7 @@ while (NextSeg()) {
|
||||
while (count <= mark) {
|
||||
PutCTPC();
|
||||
GetOpCode();
|
||||
if (checkf && ((pc > codelen) || ((! opcode) && (pc == codelen))))
|
||||
if ((checkf || header) && ((pc > codelen) || ((! opcode) && (pc == codelen))))
|
||||
break;
|
||||
if (((kind & 0x001F) == 1) && checkf
|
||||
&& (opcode < OPALIGN) && (opcode != 0))
|
||||
|
Loading…
Reference in New Issue
Block a user