mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 10:21:45 -04:00
Format all src C files
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
#include <global.h>
|
||||
#include <ultra64/hardware.h>
|
||||
|
||||
s32 func_801067A0(u32 a0)
|
||||
{
|
||||
s32 func_801067A0(u32 a0) {
|
||||
register u32 spStatus;
|
||||
|
||||
spStatus = HW_REG(SP_STATUS_REG, u32);
|
||||
|
||||
if (!(spStatus & SP_STATUS_HALT))
|
||||
if (!(spStatus & SP_STATUS_HALT)) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
HW_REG(SP_PC_REG, u32) = a0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user