diff options
Diffstat (limited to 'macho64/afileIO3.s')
-rw-r--r-- | macho64/afileIO3.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macho64/afileIO3.s b/macho64/afileIO3.s index 8246ec7..c59a1cb 100644 --- a/macho64/afileIO3.s +++ b/macho64/afileIO3.s @@ -558,10 +558,10 @@ errorF: ret positionF: + mov rbp,rsp and rsp,-16 mov r13,rsi mov r14,rdi - mov rbp,rsp mov rdi,rbx att_call _file_position mov rsp,rbp |