@ -11,7 +11,7 @@
// clear flag
(flagReg) &= ~(flagMask);\
// indext to corresponding handler and execute
((intHandler_t)(intHandlerList[intType]))();\
((intHandler_t)(intHandlerList[(intType)]))();\
}\
} while (0)