mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-24 07:27:13 -05:00
Change arg for crash.c
This commit is contained in:
parent
bcdcd2ea8a
commit
5ad6ed406f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user