diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-02-01 20:56:47 -0500 |
| commit | f4ac738d36d4904a04e893d7741034f25428e216 (patch) | |
| tree | 893706fe23d1fa1f43795bc7dc6f5bc7638cf023 /src/JSystem/JFramework/JFWSystem.cpp | |
| parent | 49afbc07e2a83353bb9e6983dd9336cd4a761de6 (diff) | |
Clean up comments
Diffstat (limited to 'src/JSystem/JFramework/JFWSystem.cpp')
| -rw-r--r-- | src/JSystem/JFramework/JFWSystem.cpp | 2 |
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); |
