summaryrefslogtreecommitdiff
path: root/src/boot/libu64/stackcheck.c
diff options
context:
space:
mode:
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;
}