wangzhi-art commented on code in PR #15345:
URL: https://github.com/apache/nuttx/pull/15345#discussion_r1900886410


##########
arch/z80/src/z180/z180_sigdeliver.c:
##########
@@ -99,7 +100,7 @@ void z80_sigdeliver(void)
 
   regs[XCPT_PC]    = rtcb->xcp.saved_pc;
   regs[XCPT_I]     = rtcb->xcp.saved_i;

Review Comment:
   Done.



##########
arch/avr/src/avr/avr_sigdeliver.c:
##########
@@ -104,7 +105,7 @@ void avr_sigdeliver(void)
   regs[REG_PC2]    = rtcb->xcp.saved_pc2;
 #endif
   regs[REG_SREG]   = rtcb->xcp.saved_sreg;

Review Comment:
   Done.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to