mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-01 17:31:18 +00:00
Corrects use of StructImpl.
This commit is contained in:
parent
60aa383c95
commit
95c68c76e1
@ -160,7 +160,7 @@ class ProcessorBase: public ProcessorStorage {
|
|||||||
does not necessarily correlate with anything in a real 6502, and some of it very
|
does not necessarily correlate with anything in a real 6502, and some of it very
|
||||||
obviously doesn't.
|
obviously doesn't.
|
||||||
*/
|
*/
|
||||||
struct ExecutionState: public Reflection::StructImpl<Registers> {
|
struct ExecutionState: public Reflection::StructImpl<ExecutionState> {
|
||||||
ReflectableEnum(Phase,
|
ReflectableEnum(Phase,
|
||||||
Instruction, Stopped, Waiting, Jammed, Ready
|
Instruction, Stopped, Waiting, Jammed, Ready
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user