diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-03-24 06:52:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 10:52:10 -0300 |
| commit | 9ca02c79b531f39b2adc92581ea9c846d8f6936a (patch) | |
| tree | 901bb98ecf24c0fdf2cd6c5b782ee6892c19ee7f /src/boot/libu64/stackcheck.c | |
| parent | 9213dc7a5ef887866d19c369feba89bce35d4db0 (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.c | 2 |
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; } |
