diff --git a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm index 69891c682..c2608b5b6 100644 --- a/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm +++ b/OSBindings/Mac/Clock SignalTests/m68kDecoderTests.mm @@ -119,7 +119,7 @@ template NSString *operand(Preinstruction instruction, uint16_t opco case Operation::MOVEAw: instruction = @"MOVEA.w"; break; case Operation::MOVEAl: instruction = @"MOVEA.l"; break; - case Operation::MOVEq: instruction = @"MOVEq"; break; + case Operation::MOVEq: instruction = @"MOVE.q"; break; case Operation::LEA: instruction = @"LEA"; break; case Operation::PEA: instruction = @"PEA"; break;