mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-08 14:25:05 +00:00
Correct very minor typo.
This commit is contained in:
@@ -1185,7 +1185,7 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
|||||||
|
|
||||||
Access(operand_[next_operand_].high); // nW
|
Access(operand_[next_operand_].high); // nW
|
||||||
effective_address_[1].l += 2;
|
effective_address_[1].l += 2;
|
||||||
Access(operand_[next_operand_].low); // nW
|
Access(operand_[next_operand_].low); // nw
|
||||||
|
|
||||||
Prefetch(); // np
|
Prefetch(); // np
|
||||||
MoveToStateSpecific(Decode);
|
MoveToStateSpecific(Decode);
|
||||||
|
Reference in New Issue
Block a user