mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Fix template parameter reference.
This commit is contained in:
parent
79865e295b
commit
61d4c69e45
@ -162,7 +162,7 @@ struct Registers {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
set_pc(uint32_t(exception));
|
set_pc(uint32_t(type));
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Condition tests.
|
// MARK: - Condition tests.
|
||||||
|
@ -34,7 +34,7 @@ enum Register {
|
|||||||
X,
|
X,
|
||||||
Y,
|
Y,
|
||||||
|
|
||||||
// These exist on a 65816 only.
|
// These `ex`ist on a 65816 only.
|
||||||
EmulationFlag,
|
EmulationFlag,
|
||||||
DataBank,
|
DataBank,
|
||||||
ProgramBank,
|
ProgramBank,
|
||||||
|
Loading…
Reference in New Issue
Block a user