Use s32 as type instead of StackStatus enum type

This commit is contained in:
Dragorn421
2022-02-19 17:50:51 +01:00
parent 67f294774b
commit b1c0c2db76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;