diff options
Diffstat (limited to 'Source/Kernel/Core/common.wtf.h')
-rw-r--r-- | Source/Kernel/Core/common.wtf.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/Kernel/Core/common.wtf.h b/Source/Kernel/Core/common.wtf.h index ac541d6..5fb67b4 100644 --- a/Source/Kernel/Core/common.wtf.h +++ b/Source/Kernel/Core/common.wtf.h @@ -12,17 +12,6 @@ #include <Core/CMem.ns.h> #include <Core/Sys.ns.h> -#define PANIC(msg) Sys::panic(msg, __FILE__, __LINE__) -#define ASSERT(b) ((b) ? (void)0 : Sys::panic_assert(__FILE__, __LINE__, #b)) - -#ifdef OPT_DEBUG -#define DEBUG(m) Sys::bochs_output(m, __FILE__, __LINE__) -#define DEBUG_HEX(m) Sys::bochs_output_hex(m); -#else -#define DEBUG(m) -#define DEBUG_HEX(m) -#endif - #include <MemoryManager/Mem.ns.h> //Standard implemenations of operator new/delete |