pussuw commented on a change in pull request #5782: URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r830800706
########## File path: arch/risc-v/src/common/riscv_releasepending.c ########## @@ -78,7 +78,7 @@ void up_release_pending(void) * Just copy the CURRENT_REGS into the OLD rtcb. */ - riscv_savestate(rtcb->xcp.regs); + riscv_savestate(rtcb->xcp.regs); Review comment: Sure, I'll revert these from here -- 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