summaryrefslogtreecommitdiff
path: root/src/boot/libu64/stackcheck.c
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-03-24 06:52:10 -0700
committerGitHub <noreply@github.com>2025-03-24 10:52:10 -0300
commit9ca02c79b531f39b2adc92581ea9c846d8f6936a (patch)
tree901bb98ecf24c0fdf2cd6c5b782ee6892c19ee7f /src/boot/libu64/stackcheck.c
parent9213dc7a5ef887866d19c369feba89bce35d4db0 (diff)
Misc fixes (#1800)
* disasm_fix * dtor * Fault_LogThreadContext * rearrange microcode * sGfxPrintFont size of 0x800 * Move (null) to stackcheck * vimgr bss * sfx * Remove code_801D1E80 * z_en_hy_code * Fix assembler messages with endlabels and dlabels * xlitob data * Move skin unused bss pad to rumble
Diffstat (limited to 'src/boot/libu64/stackcheck.c')
-rw-r--r--src/boot/libu64/stackcheck.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/libu64/stackcheck.c b/src/boot/libu64/stackcheck.c
index de321bddd..905495221 100644
--- a/src/boot/libu64/stackcheck.c
+++ b/src/boot/libu64/stackcheck.c
@@ -94,6 +94,8 @@ StackStatus StackCheck_GetState(StackEntry* entry) {
status = STACK_STATUS_OK;
}
+ (void)"(null)";
+
return status;
}