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:
Peter Evans 2018-04-13 23:35:27 -05:00
parent 3834c1e112
commit da4a82d8cf
1 changed files with 0 additions and 2 deletions

View File

@ -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)