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

Removes erroneous addition.

This commit is contained in:
Thomas Harte 2018-08-10 23:27:09 -04:00
parent f46d52364c
commit 4b91910fab

View File

@ -108,9 +108,6 @@ if(number_of_cycles <= Cycles(0)) break;
break;
case OperationDecodeOperation:
if(operation_ == 0x89) {
printf("");
}
scheduled_program_counter_ = operations_[operation_];
continue;