mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
More compat work towards porting vim.
It now builds and runs in the small-featureset configuration. :^)
This commit is contained in:
parent
424368034b
commit
e421c10735
8 changed files with 44 additions and 5 deletions
|
@ -231,5 +231,7 @@ void syscall_trap_entry(RegisterDump& regs)
|
|||
dword arg2 = regs.ecx;
|
||||
dword arg3 = regs.ebx;
|
||||
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