1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:17:44 +00:00

Utilities: Make syscall(1) explain what it's doing

This commit is contained in:
Ben Wiederhake 2021-02-11 22:43:18 +01:00 committed by Andreas Kling
parent cb9a9a3e03
commit 5963f2084e
3 changed files with 41 additions and 6 deletions

View file

@ -350,6 +350,10 @@
#cmakedefine01 SYNTAX_HIGHLIGHTING_DEBUG
#endif
#ifndef SYSCALL_1_DEBUG
#cmakedefine01 SYSCALL_1_DEBUG
#endif
#ifndef SYSTEM_MENU_DEBUG
#cmakedefine01 SYSTEM_MENU_DEBUG
#endif