mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Fill in missing #undefs.
This commit is contained in:
parent
c7aa4d8b6d
commit
2147c5a5f2
@ -180,6 +180,15 @@ void Processor<BusHandler, dtack_is_implicit, permit_overrun, signal_will_perfor
|
||||
assert(false);
|
||||
}}
|
||||
|
||||
#undef Prefetch
|
||||
#undef ReadProgramWord
|
||||
#undef ReadDataWord
|
||||
#undef AccessPair
|
||||
#undef CompleteAccess
|
||||
#undef WaitForDTACK
|
||||
#undef IdleBus
|
||||
#undef PerformBusOperation
|
||||
#undef MoveToState
|
||||
#undef CheckOverrun
|
||||
#undef Spend
|
||||
#undef ConsiderExit
|
||||
|
Loading…
Reference in New Issue
Block a user