mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 11:57:35 +00:00
Kernel: Remove leftover debug spam when returning from mkdir() syscall.
This commit is contained in:
parent
68f3771e4f
commit
d712d353ac
1 changed files with 0 additions and 2 deletions
|
@ -251,7 +251,5 @@ void syscall_trap_entry(RegisterDump& regs)
|
||||||
dword arg2 = regs.ecx;
|
dword arg2 = regs.ecx;
|
||||||
dword arg3 = regs.ebx;
|
dword arg3 = regs.ebx;
|
||||||
regs.eax = Syscall::handle(regs, function, arg1, arg2, arg3);
|
regs.eax = Syscall::handle(regs, function, arg1, arg2, arg3);
|
||||||
if (function == Syscall::SC_mkdir)
|
|
||||||
dbgprintf("->%d\n", regs.eax);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue