pussuw commented on code in PR #15901: URL: https://github.com/apache/nuttx/pull/15901#discussion_r1969846485
########## arch/arm64/src/common/arm64_head.S: ########## @@ -365,15 +365,16 @@ out: */ boot_stage_puts: - stp xzr, x30, [sp, #-16]! + stp x9, x30, [sp, #-16]! Review Comment: You need to use a callee-saved register to ensure it does not get clobbered. x19-x28 are available. -- 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