diff options
| author | Christian Cunningham <cc@localhost> | 2024-11-04 13:56:21 -0800 | 
|---|---|---|
| committer | Christian Cunningham <cc@localhost> | 2024-11-04 13:56:21 -0800 | 
| commit | 7e7f7a1fca97a653230ba8a793d2c7fbb820da9a (patch) | |
| tree | ae201a979819bce8e9604f39b2a26649255d7f68 | |
| parent | ccbc8a00aeb72f2b54bafacd6ccaad6f93c6e95e (diff) | |
| -rw-r--r-- | file.inc | 4 | 
1 files changed, 0 insertions, 4 deletions
@@ -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:  | 
