summaryrefslogtreecommitdiff
path: root/thread/afileIO3.s
diff options
context:
space:
mode:
Diffstat (limited to 'thread/afileIO3.s')
-rw-r--r--thread/afileIO3.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread/afileIO3.s b/thread/afileIO3.s
index bc66fff..139cdc5 100644
--- a/thread/afileIO3.s
+++ b/thread/afileIO3.s
@@ -671,11 +671,11 @@ readSFC:
mov rsi,r13
mov rdi,r14
- cmp rax,-1
+ cmp eax,-1
je readSFC_eof
+ mov r10d,rax
pop rax
- mov r10,rax
mov r11,1
ret