1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Causes EXG to function.

This commit is contained in:
Thomas Harte 2019-04-24 16:32:16 -04:00
parent b9933f512f
commit 10f75acf71

View File

@ -686,7 +686,7 @@ struct ProcessorStorageConstructor {
break;
}
op(Action::None, seq("np"));
op(Action::PerformOperation, seq("np"));
} break;
case Decoder::NOP: {