tasking: fix syscall handling, use debug_log instead of printf in some places

This commit is contained in:
2025-06-19 18:31:15 +03:00
parent 93f174827b
commit a9789b7f57
9 changed files with 53 additions and 52 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ int printf(const char* restrict format, ...) {
va_end(parameters);
return written;
}
}