From 589cc12296ae7253c62655859a5eef92ee42dbaf Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sun, 24 Apr 2022 04:02:50 -0700 Subject: some MSL_C work (#192) * wip * bunch of MSL_C files thanks to pikmin2 decomp for their work * format / asm * progress * fix * fix remove-asm to work with C files * init / start --- src/DynamicLink.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DynamicLink.cpp') diff --git a/src/DynamicLink.cpp b/src/DynamicLink.cpp index ff49957ce1..2f1dda8bd9 100644 --- a/src/DynamicLink.cpp +++ b/src/DynamicLink.cpp @@ -456,7 +456,7 @@ error: */ bool DynamicModuleControl::do_unlink() { OSTime time1 = OSGetTime(); - ((void(*)())mModule->epilog)(); + ((void (*)())mModule->epilog)(); OSTime time2 = OSGetTime(); BOOL unklink = OSUnlink(mModule); OSTime time3 = OSGetTime(); -- cgit v1.2.3