mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-27 13:25:19 -05:00
Change arg for crash.c
This commit is contained in:
@@ -44,7 +44,7 @@ static OSThread __attribute__((aligned(8)))
|
||||
sCrashThread;
|
||||
|
||||
static int
|
||||
crashReportThread(int argc, const char **argv)
|
||||
crashReportThread(int argc, void* argv)
|
||||
{
|
||||
// Log crash dump
|
||||
WHBLogPrint(sRegistersBuffer);
|
||||
|
||||
Reference in New Issue
Block a user