mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-27 01:31:42 +00:00
Removes erroneous addition.
This commit is contained in:
parent
f46d52364c
commit
4b91910fab
@ -108,9 +108,6 @@ if(number_of_cycles <= Cycles(0)) break;
|
||||
break;
|
||||
|
||||
case OperationDecodeOperation:
|
||||
if(operation_ == 0x89) {
|
||||
printf("");
|
||||
}
|
||||
scheduled_program_counter_ = operations_[operation_];
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user