diff --git a/OSBindings/Mac/Clock SignalTests/68000OldVsNew.mm b/OSBindings/Mac/Clock SignalTests/68000OldVsNew.mm index 46b9f3d24..a7b935bcc 100644 --- a/OSBindings/Mac/Clock SignalTests/68000OldVsNew.mm +++ b/OSBindings/Mac/Clock SignalTests/68000OldVsNew.mm @@ -278,7 +278,6 @@ template struct Tester { // InstructionSet::M68k::Operation::MULS, // InstructionSet::M68k::Operation::DIVU, // InstructionSet::M68k::Operation::DIVS, -// InstructionSet::M68k::Operation::RTE, // When an address error is thrown, the old implementation will enter it at the interrupt level reinstalled from the RTE. // InstructionSet::M68k::Operation::TRAP, // Old implementation relocates the idle state near the end to the beginning. // InstructionSet::M68k::Operation::TRAPV, // Old implementation relocates the idle state near the end to the beginning. // InstructionSet::M68k::Operation::CHK, // Old implementation pauses four cycles too long.