From 330ec1b848073f44482e9c617e9387b40a2f8358 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 9 May 2022 11:52:33 -0400 Subject: [PATCH] TODO is done. --- OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm | 1 - 1 file changed, 1 deletion(-) diff --git a/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm b/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm index 6bf8ffdcc..7e717f77f 100644 --- a/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/68000DecoderTests.mm @@ -247,7 +247,6 @@ NSString *operand(Preinstruction instruction, uint16_t opcode, int index) { case Operation::ROXRl: instruction = @"ROXR.l"; break; case Operation::ROXRm: instruction = @"ROXR.w"; break; - // TODO: switch operand order for toR. case Operation::MOVEMtoMl: instruction = @"MOVEM.l"; break; case Operation::MOVEMtoMw: instruction = @"MOVEM.w"; break; case Operation::MOVEMtoRl: