mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 10:21:18 +00:00
Use s32
as type instead of StackStatus
enum type
This commit is contained in:
parent
67f294774b
commit
b1c0c2db76
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ void StackCheck_Cleanup(StackEntry* entry) {
|
|||
}
|
||||
}
|
||||
|
||||
StackStatus StackCheck_GetState(StackEntry* entry) {
|
||||
s32 StackCheck_GetState(StackEntry* entry) {
|
||||
u32* last;
|
||||
u32 used;
|
||||
u32 free;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue