mirror of
https://github.com/byteworksinc/DumpObj.git
synced 2024-11-22 14:33:15 +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) {
|
while (count <= mark) {
|
||||||
PutCTPC();
|
PutCTPC();
|
||||||
GetOpCode();
|
GetOpCode();
|
||||||
if (checkf && ((pc > codelen) || ((! opcode) && (pc == codelen))))
|
if ((checkf || header) && ((pc > codelen) || ((! opcode) && (pc == codelen))))
|
||||||
break;
|
break;
|
||||||
if (((kind & 0x001F) == 1) && checkf
|
if (((kind & 0x001F) == 1) && checkf
|
||||||
&& (opcode < OPALIGN) && (opcode != 0))
|
&& (opcode < OPALIGN) && (opcode != 0))
|
||||||
|
Loading…
Reference in New Issue
Block a user