diff options
author | red031000 <rubenru09@aol.com> | 2020-05-25 14:14:07 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-25 14:14:07 +0100 |
commit | e69b83243cb195429be9c40ec1ced2ed860458a2 (patch) | |
tree | 742e098261095b97fa0e3d1a2253cd36169df355 /arm9/lib/src/OS_reset.c | |
parent | 6e6d5704a2d209b10c175c72994c1dbd8a340409 (diff) |
return of the warnings
Diffstat (limited to 'arm9/lib/src/OS_reset.c')
-rw-r--r-- | arm9/lib/src/OS_reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/src/OS_reset.c b/arm9/lib/src/OS_reset.c index e051f6ff..b3aff389 100644 --- a/arm9/lib/src/OS_reset.c +++ b/arm9/lib/src/OS_reset.c @@ -55,7 +55,7 @@ ARM_FUNC void OS_ResetSystem(u32 parameter) { MI_StopDma(2); MI_StopDma(3); (void)OS_SetIrqMask(0x40000); - OS_ResetRequestIrqMask((u32)~0); + (void)OS_ResetRequestIrqMask((u32)~0); *(u32 *)HW_RESET_PARAMETER_BUF = parameter; OSi_SendToPxi(OS_PXI_COMMAND_RESET); OSi_DoResetSystem(); //oh boy this is in itcm, that's gonna be fun to deal with Kappa |