mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 23:52:26 +00:00
Correct very minor typo.
This commit is contained in:
parent
3bfcf252a8
commit
52a8566e7f
@ -1185,7 +1185,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
|
||||
Access(operand_[next_operand_].high); // nW
|
||||
effective_address_[1].l += 2;
|
||||
Access(operand_[next_operand_].low); // nW
|
||||
Access(operand_[next_operand_].low); // nw
|
||||
|
||||
Prefetch(); // np
|
||||
MoveToStateSpecific(Decode);
|
||||
|
Loading…
Reference in New Issue
Block a user