pkarashchenko commented on a change in pull request #5955:
URL: https://github.com/apache/incubator-nuttx/pull/5955#discussion_r840732341



##########
File path: sched/irq/irq_dispatch.c
##########
@@ -176,7 +176,13 @@ void irq_dispatch(int irq, FAR void *context)
 
   /* Then dispatch to the interrupt handler */
 
-  CALL_VECTOR(ndx, vector, irq, context, arg);

Review comment:
       Can this check be built into CALL_VECTOR macro?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to