summaryrefslogtreecommitdiff
path: root/src/egg/core/eggSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg/core/eggSystem.cpp')
-rw-r--r--src/egg/core/eggSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/core/eggSystem.cpp b/src/egg/core/eggSystem.cpp
index 3783af8c..315c07b0 100644
--- a/src/egg/core/eggSystem.cpp
+++ b/src/egg/core/eggSystem.cpp
@@ -56,7 +56,7 @@ void ConfigurationData::initMemory() {
} else {
debugHeapSize = 0;
}
- void *debugHeapPtr = (void *)((u32)root2HeapPtr + root2HeapSize);
+ void *debugHeapPtr = (u8 *)root2HeapPtr + root2HeapSize;
mRootHeapMem1 = ExpHeap::create(root1HeapPtr, root1HeapSize, 0);
mRootHeapMem1->setName("EGGRootMEM1");