mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-26 09:29:45 +00:00
Corrects comment.
This commit is contained in:
parent
c04d2f6c6e
commit
b12136691a
@ -3040,7 +3040,7 @@ struct ProcessorStorageConstructor {
|
|||||||
// Throw in the interrupt program.
|
// Throw in the interrupt program.
|
||||||
const auto interrupt_pointer = storage_.all_micro_ops_.size();
|
const auto interrupt_pointer = storage_.all_micro_ops_.size();
|
||||||
|
|
||||||
// WORKAROUND FOR THE BE68000 MAIN LOOP. Hopefully temporary.
|
// WORKAROUND FOR THE 68000 MAIN LOOP. Hopefully temporary.
|
||||||
op(Action::None, seq(""));
|
op(Action::None, seq(""));
|
||||||
|
|
||||||
// Perform a single write and then a cycle that will obtain an interrupt vector, or else dictate an autovector or a spurious interrupt.
|
// Perform a single write and then a cycle that will obtain an interrupt vector, or else dictate an autovector or a spurious interrupt.
|
||||||
|
Loading…
Reference in New Issue
Block a user