Turned debug on for binary loader to trace Proc_Execve
[tpg/acess2.git] / Kernel / binary.c
index ae8207b..d6960e3 100644 (file)
@@ -2,21 +2,10 @@
  * Acess2\r
  * Common Binary Loader\r
  */\r
+#define DEBUG  1\r
 #include <common.h>\r
 #include <binary.h>\r
 \r
-#define DEBUG  0\r
-\r
-#if DEBUG\r
-#else\r
-# undef ENTER\r
-# undef LOG\r
-# undef LEAVE\r
-# define ENTER(...)\r
-# define LOG(...)\r
-# define LEAVE(...)\r
-#endif\r
-\r
 // === CONSTANTS ===\r
 #define BIN_LOWEST     MM_USER_MIN             // 1MiB\r
 #define BIN_GRANUALITY 0x10000         // 64KiB\r

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