mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-26 03:29:40 +00:00
Fill in missing #undefs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user