forked from Mirror/GodMode9
Include GodMode9 version in exception dumps
This commit is contained in:
parent
b0997fa687
commit
e09c9b6e1d
@ -54,6 +54,7 @@ void XRQ_DumpRegisters(u32 xrq, u32 *regs)
|
||||
|
||||
/* Dump registers */
|
||||
wstr += sprintf(wstr, "Exception: %s (%lu)\n", XRQ_Name[xrq&7], xrq);
|
||||
wstr += sprintf(wstr, FLAVOR " " VERSION "\n");
|
||||
wstr += sprintf(wstr, "20%02lX-%02lX-%02lX %02lX:%02lX:%02lX\n \n",
|
||||
(u32) dstime.bcd_Y, (u32) dstime.bcd_M, (u32) dstime.bcd_D,
|
||||
(u32) dstime.bcd_h, (u32) dstime.bcd_m, (u32) dstime.bcd_s);
|
||||
|
Loading…
x
Reference in New Issue
Block a user