mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Remove outdated TODO.
This commit is contained in:
parent
e8dd8215ba
commit
d17d77714f
@ -2443,8 +2443,6 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
instruction_address_.l += 2; // Push the address of the instruction after the trap.
|
||||
RaiseException(InstructionSet::M68k::Exception::TRAPV);
|
||||
|
||||
#undef TODOState
|
||||
|
||||
default:
|
||||
printf("Unhandled state: %d; opcode is %04x\n", state_, opcode_);
|
||||
assert(false);
|
||||
|
Loading…
Reference in New Issue
Block a user