1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-05 23:56:33 +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; break;
case OperationDecodeOperation: case OperationDecodeOperation:
if(operation_ == 0x89) {
printf("");
}
scheduled_program_counter_ = operations_[operation_]; scheduled_program_counter_ = operations_[operation_];
continue; continue;