gpoulios commented on code in PR #15901: URL: https://github.com/apache/nuttx/pull/15901#discussion_r1969911948
########## 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're right, I mixed up with caller-saved (as in `boot_stage_puts` being the caller of `arm64_lowputc()` but that would mean I should save also before the call to `arm64_lowputc()`). -- 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