summaryrefslogtreecommitdiff
path: root/src/JSystem/JFramework/JFWSystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JSystem/JFramework/JFWSystem.cpp')
-rw-r--r--src/JSystem/JFramework/JFWSystem.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JSystem/JFramework/JFWSystem.cpp b/src/JSystem/JFramework/JFWSystem.cpp
index de8ad822..9cf43cca 100644
--- a/src/JSystem/JFramework/JFWSystem.cpp
+++ b/src/JSystem/JFramework/JFWSystem.cpp
@@ -42,6 +42,7 @@ JUTConsoleManager* JFWSystem::systemConsoleManager = 0;
JUTConsole* JFWSystem::systemConsole = 0;
bool JFWSystem::sInitCalled = false;
+/* 80254DD0-80254E54 .text firstInit__9JFWSystemFv */
void JFWSystem::firstInit() {
JUT_ASSERT(80, rootHeap == 0);
@@ -53,6 +54,7 @@ void JFWSystem::firstInit() {
return;
}
+/* 80254E54-802551C0 .text init__9JFWSystemFv */
void JFWSystem::init() {
/* Nonmatching - regalloc */
JUT_ASSERT(101, sInitCalled == false);