summaryrefslogtreecommitdiff
path: root/src/d
diff options
context:
space:
mode:
authorSean Miller <seanmiller999@gmail.com>2026-04-07 16:49:03 +0100
committerSean Miller <seanmiller999@gmail.com>2026-04-07 16:49:03 +0100
commit21c847dfd63f557d7d617182148a52198f2466ef (patch)
tree3f0f26e1955e1a04ef344865f91cee698937dee5 /src/d
parent917f8508248fa793ae3ac8ffd5338e5d6275a190 (diff)
Fix link error with d_lib.cpp & mark as matching
Diffstat (limited to 'src/d')
-rw-r--r--src/d/d_main.cpp2
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();