We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658e57e commit 2118a26Copy full SHA for 2118a26
inc/kevent.h
@@ -21,7 +21,7 @@ void interrupt eventintroutine##idx(...)
21
if( SystemInitialized() ) KEvent::signalevent(idx); \
22
if( callold ) KEvent::calloldintr(idx); \
23
} \
24
-bool eventintroutine##idx_sentry = KEvent::regnewintr(idx, eventintroutine##idx);
+bool eventintroutine##idx##_sentry = KEvent::regnewintr(idx, eventintroutine##idx);
25
26
27
0 commit comments