diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-12 19:31:53 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-12 19:31:53 +0200 |
commit | 267bda33af7c2f4efa107496a9cbd6726b53a101 (patch) | |
tree | 1fc9cc78017c98e58ee539dad45f78ea97419684 /Source/Kernel/Core/common.wtf.h | |
parent | 7b0d6ac9f903296c7537cec9ac606d49cb364049 (diff) | |
download | Melon-267bda33af7c2f4efa107496a9cbd6726b53a101.tar.gz Melon-267bda33af7c2f4efa107496a9cbd6726b53a101.zip |
Fixed some bugs
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 |