mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Fix template parameter reference.
This commit is contained in:
@@ -162,7 +162,7 @@ struct Registers {
|
||||
break;
|
||||
}
|
||||
|
||||
set_pc(uint32_t(exception));
|
||||
set_pc(uint32_t(type));
|
||||
}
|
||||
|
||||
// MARK: - Condition tests.
|
||||
|
@@ -34,7 +34,7 @@ enum Register {
|
||||
X,
|
||||
Y,
|
||||
|
||||
// These exist on a 65816 only.
|
||||
// These `ex`ist on a 65816 only.
|
||||
EmulationFlag,
|
||||
DataBank,
|
||||
ProgramBank,
|
||||
|
Reference in New Issue
Block a user