summaryrefslogtreecommitdiff
path: root/src/vm/arm64/CallDescrWorkerARM64.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/arm64/CallDescrWorkerARM64.asm')
-rw-r--r--src/vm/arm64/CallDescrWorkerARM64.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vm/arm64/CallDescrWorkerARM64.asm b/src/vm/arm64/CallDescrWorkerARM64.asm
index 556983934e..464640157e 100644
--- a/src/vm/arm64/CallDescrWorkerARM64.asm
+++ b/src/vm/arm64/CallDescrWorkerARM64.asm
@@ -118,8 +118,8 @@ LNoDoubleHFAReturn
EMIT_BREAKPOINT ; Unreachable
LIntReturn
- ;; Save return value into retbuf for int
- str x0, [x19, #(CallDescrData__returnValue + 0)]
+ ;; Save return value(s) into retbuf for int
+ stp x0,x1, [x19, #(CallDescrData__returnValue + 0)]
LReturnDone