AcesNative+Usermode - libacessnative "works" (for some definitions)
[tpg/acess2.git] / AcessNative / acesskernel_src / syscalls.c
index 4458846..f19fe69 100644 (file)
@@ -119,6 +119,7 @@ SYSCALL3(Syscall_Read, "iid", int, int, void *,
 );
 SYSCALL3(Syscall_Write, "iid", int, int, const void *,
        if( Sizes[2] < a1 ) {
+               Log_Warning("Syscalls", "Write - %i < %i", Sizes[2], a1);
                *Errno = EINVAL;
                return -1;
        }

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