diff --git a/Processors/6502/6502.hpp b/Processors/6502/6502.hpp index 5f7febbf8..77192a93d 100644 --- a/Processors/6502/6502.hpp +++ b/Processors/6502/6502.hpp @@ -160,7 +160,7 @@ class ProcessorBase: public ProcessorStorage { does not necessarily correlate with anything in a real 6502, and some of it very obviously doesn't. */ - struct ExecutionState: public Reflection::StructImpl { + struct ExecutionState: public Reflection::StructImpl { ReflectableEnum(Phase, Instruction, Stopped, Waiting, Jammed, Ready );