mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Correct very minor typo.
This commit is contained in:
parent
8ff09a1923
commit
12b058867e
@ -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