1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Further appease GCC.

This commit is contained in:
Thomas Harte 2024-04-17 22:38:32 -04:00
parent e680a973b0
commit da520de9ef

View File

@ -352,6 +352,7 @@ struct Registers {
}
switch(mode_) {
default:
case Mode::User: return active_[offset];
case Mode::Supervisor: