diff options
-rw-r--r-- | subx/019syscalls.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subx/019syscalls.cc b/subx/019syscalls.cc index 81040d4e..16a1c3ce 100644 --- a/subx/019syscalls.cc +++ b/subx/019syscalls.cc @@ -18,7 +18,6 @@ void process_int80() { exit(/*exit code*/Reg[EBX].u); break; case 3: - DUMP(""); Reg[EAX].i = read(/*file descriptor*/Reg[EBX].u, /*memory buffer*/mem_addr_u8(Reg[ECX].u), /*size*/Reg[EDX].u); break; case 4: |