diff --git a/Processors/68000/Implementation/68000Storage.cpp b/Processors/68000/Implementation/68000Storage.cpp index 70d38a1ba..f18cd4ff5 100644 --- a/Processors/68000/Implementation/68000Storage.cpp +++ b/Processors/68000/Implementation/68000Storage.cpp @@ -3077,6 +3077,7 @@ struct ProcessorStorageConstructor { continue; } operation = is_long_word_access ? Operation::MOVEAl : Operation::MOVEAw; + dumper.set_operation(operation); } // ... there are also no byte moves from address registers.