diff options
author | John van Groningen | 2006-06-19 15:21:51 +0000 |
---|---|---|
committer | John van Groningen | 2006-06-19 15:21:51 +0000 |
commit | e46f36f9f807c21e08bb5e5cc8484a927b394475 (patch) | |
tree | d4e699cd753bca8c8bc0b951ed4b4db8ee3c0053 /afileIO3.s | |
parent | use lea instead of add because it does not change the condition codes (diff) |
fix boolean returned by fseek
Diffstat (limited to 'afileIO3.s')
-rw-r--r-- | afileIO3.s | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -553,7 +553,7 @@ seekF: mov rsi,r13 mov rdi,r14 - mov r11,rax + mov r10,rax mov rax,-1 ret |