mirror of
https://github.com/pevans/erc-c.git
synced 2024-12-21 23:29:16 +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);
|
||||
cr_assert_neq(strlen(buf), 0);
|
||||
cr_assert_eq(mach->disasm, true);
|
||||
apple2_debug_cmd_disasm(&args);
|
||||
cr_assert_eq(mach->disasm, false);
|
||||
}
|
||||
|
||||
Test(apple2_debug, cmd_dblock)
|
||||
|
Loading…
Reference in New Issue
Block a user