1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Corrects comment.

This commit is contained in:
Thomas Harte 2019-11-18 23:46:33 -05:00
parent c04d2f6c6e
commit b12136691a

View File

@ -3040,7 +3040,7 @@ struct ProcessorStorageConstructor {
// Throw in the interrupt program.
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(""));
// Perform a single write and then a cycle that will obtain an interrupt vector, or else dictate an autovector or a spurious interrupt.