aboutsummaryrefslogtreecommitdiff
path: root/file.inc
diff options
context:
space:
mode:
Diffstat (limited to 'file.inc')
-rw-r--r--file.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/file.inc b/file.inc
index ddf6275..66a422f 100644
--- a/file.inc
+++ b/file.inc
@@ -99,8 +99,6 @@ ffopen:
ret
ffread:
- push rbp
- mov rbp, rsp
mov rdi, [rax + fd_fd]
mov rdi, [rdi]
mov rsi, [rax + fd_buffer]
@@ -108,8 +106,6 @@ ffread:
mov rax, SYS_READ
syscall
;;
- mov rsp, rbp
- pop rbp
ret
print_filedata: