Syscalls - Work on removing SysDebug (formatted), replacement takes just a string
[tpg/acess2.git] / KernelLand / Kernel / GenSyscalls.pl
index 442921f..e7e3cbe 100755 (executable)
@@ -46,8 +46,9 @@ foreach my $call (@calls)
 }
 print HEADER "
 #define NUM_SYSCALLS   ",$i,"
-#define SYS_DEBUG      0x100
-#define SYS_DEBUGHEX   0x101
+#define SYS_DEBUGS     0x100
+#define SYS_DEBUGF     0x101
+#define SYS_DEBUGHEX   0x102
 
 #if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS)
 static const char *cSYSCALL_NAMES[] = {

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