Skip to content

Commit 2118a26

Browse files
committed
small fix in kevent
1 parent 658e57e commit 2118a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/kevent.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void interrupt eventintroutine##idx(...)
2121
if( SystemInitialized() ) KEvent::signalevent(idx); \
2222
if( callold ) KEvent::calloldintr(idx); \
2323
} \
24-
bool eventintroutine##idx_sentry = KEvent::regnewintr(idx, eventintroutine##idx);
24+
bool eventintroutine##idx##_sentry = KEvent::regnewintr(idx, eventintroutine##idx);
2525

2626

2727

0 commit comments

Comments
 (0)