From 0cfb931552ebab2d3a0437fbfe43bd63e85d93b2 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Thu, 3 Mar 2016 10:42:13 +0000 Subject: fix positionF for AMD64 --- thread/afileIO3.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread') 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 -- cgit v1.2.3