Merge remote-tracking branch 'origin/main'

This commit is contained in:
Hosted Weblate 2022-12-21 14:40:11 +01:00
commit 600d7c90b6
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
// For reference, arm/thumb callee save regs are: // For reference, arm/thumb callee save regs are:
// r4-r11, r13=sp // r4-r11, r13=sp
__attribute__((naked)) unsigned int nlr_push(nlr_buf_t *nlr) { __attribute__((naked, returns_twice)) unsigned int nlr_push(nlr_buf_t *nlr) {
__asm volatile ( __asm volatile (
"str r4, [r0, #12] \n" // store r4 into nlr_buf "str r4, [r0, #12] \n" // store r4 into nlr_buf