diff options
| author | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 16:49:03 +0100 |
|---|---|---|
| committer | Sean Miller <seanmiller999@gmail.com> | 2026-04-07 16:49:03 +0100 |
| commit | 21c847dfd63f557d7d617182148a52198f2466ef (patch) | |
| tree | 3f0f26e1955e1a04ef344865f91cee698937dee5 /src/d/d_main.cpp | |
| parent | 917f8508248fa793ae3ac8ffd5338e5d6275a190 (diff) | |
Fix link error with d_lib.cpp & mark as matching
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(); |
