diff options
Diffstat (limited to 'src/d/d_main.cpp')
| -rw-r--r-- | src/d/d_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_main.cpp b/src/d/d_main.cpp index 91d88f42..58a24e61 100644 --- a/src/d/d_main.cpp +++ b/src/d/d_main.cpp @@ -58,7 +58,7 @@ static OSThread MAIN_THREAD; void main(int argc, char **argv) { u8 pStackBase[STACK_SIZE] __attribute__((aligned(32))); - dLib::unknownStub(); + unknownStub(); dMain::g_InitialTime = OSGetTime(); dSystem::fixHeaps(); |
