mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +00:00
Removed dangling reference.
This commit is contained in:
parent
ba088e5545
commit
ec3aa06caf
@ -1697,7 +1697,7 @@ template <class T> class Processor: public ClockReceiver<Processor<T>> {
|
||||
}
|
||||
|
||||
/*!
|
||||
Called to announce the end of a run_for_cycles period, allowing deferred work to take place.
|
||||
Called to announce the end of a run_for period, allowing deferred work to take place.
|
||||
|
||||
Users of the Z80 template may override this.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user