mirror of
https://github.com/pevans/erc-c.git
synced 2025-03-10 22:30:23 +00:00
The disasm command now always sets disasm = true
We should probably just not even offer this as an option in the debugger then.
This commit is contained in:
parent
3834c1e112
commit
da4a82d8cf
@ -282,8 +282,6 @@ Test(apple2_debug, cmd_disassemble)
|
|||||||
apple2_debug_cmd_disasm(&args);
|
apple2_debug_cmd_disasm(&args);
|
||||||
cr_assert_neq(strlen(buf), 0);
|
cr_assert_neq(strlen(buf), 0);
|
||||||
cr_assert_eq(mach->disasm, true);
|
cr_assert_eq(mach->disasm, true);
|
||||||
apple2_debug_cmd_disasm(&args);
|
|
||||||
cr_assert_eq(mach->disasm, false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Test(apple2_debug, cmd_dblock)
|
Test(apple2_debug, cmd_dblock)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user