Fixed number of arguments to SYS_READ (should be 4 due to 64-bit argument)
[tpg/acess2.git] / Usermode / Libraries / libacess.so_src / vfs.asm
index cfc26d4..2be8ce0 100644 (file)
@@ -10,7 +10,7 @@
 SYSCALL2       open, SYS_OPEN
 SYSCALL3       reopen, SYS_REOPEN
 SYSCALL1       close, SYS_CLOSE
-SYSCALL3       read, SYS_READ
+SYSCALL4       read, SYS_READ  ; int, int64_t, void*
 SYSCALL4       write, SYS_WRITE        ; int, int64_t, void*
 SYSCALL4       seek, SYS_SEEK          ; int, int64_t, int
 SYSCALL2       finfo, SYS_FINFO

UCC git Repository :: git.ucc.asn.au