summaryrefslogtreecommitdiff
path: root/thread/afileIO3.s
diff options
context:
space:
mode:
Diffstat (limited to 'thread/afileIO3.s')
-rw-r--r--thread/afileIO3.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread/afileIO3.s b/thread/afileIO3.s
index 9e2d86f..bc66fff 100644
--- a/thread/afileIO3.s
+++ b/thread/afileIO3.s
@@ -563,11 +563,11 @@ errorF:
ret
positionF:
+ mov rbp,rsp
and rsp,-16
mov r12,r9
mov r13,rsi
mov r14,rdi
- mov rbp,rsp
mov rdi,rbx
call file_position
mov rsp,rbp