Change arg for crash.c

This commit is contained in:
capitalistspz
2025-05-25 00:56:04 +01:00
parent bcdcd2ea8a
commit 5ad6ed406f

View File

@@ -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);