summaryrefslogtreecommitdiff
path: root/Source/Kernel/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/common.h')
-rw-r--r--Source/Kernel/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/common.h b/Source/Kernel/common.h
index d35ba84..482d106 100644
--- a/Source/Kernel/common.h
+++ b/Source/Kernel/common.h
@@ -14,6 +14,7 @@
#include <MemoryManager/Mem.ns.h>
+
//Standard implemenations of operator new/delete
inline void* operator new(size_t, void *p) { return p; }
inline void* operator new[](size_t, void *p) { return p; }