1
0
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:
Thomas Harte 2022-05-27 15:40:06 -04:00
parent e8dd8215ba
commit d17d77714f

View File

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