diff options
Diffstat (limited to 'src/boot_O2/stackcheck.c')
| -rw-r--r-- | src/boot_O2/stackcheck.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/boot_O2/stackcheck.c b/src/boot_O2/stackcheck.c index f82267b92..a938db3f4 100644 --- a/src/boot_O2/stackcheck.c +++ b/src/boot_O2/stackcheck.c @@ -1,6 +1,9 @@ #include <ultra64.h> #include <global.h> +StackEntry* sStackInfoListStart = NULL; +StackEntry* sStackInfoListEnd = NULL; + void StackCheck_Init(StackEntry* entry, u32 stackTop, u32 stackBottom, u32 initValue, s32 minSpace, char* name) { StackEntry* iter; u32* addr; |
