about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-10 22:47:30 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-10 22:47:30 -0700
commit4eda8c599c6b6fa35d25e6760617709d7cb56a25 (patch)
tree42f538e57d0073478ae25681e6952a0fdefa8b48 /400.mu
parent34d3cb48e9e66d7c2281ea68bf0da294e376663d (diff)
downloadmu-4eda8c599c6b6fa35d25e6760617709d7cb56a25.tar.gz
debugging helper: heap remaining
Diffstat (limited to '400.mu')
-rw-r--r--400.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/400.mu b/400.mu
index d1143ea8..7eba6f46 100644
--- a/400.mu
+++ b/400.mu
@@ -38,6 +38,7 @@ sig turn-on-debug-print
 sig turn-off-debug-print
 sig abort e: (addr array byte)
 sig dump-call-stack
+sig heap-bound -> _/eax: int
 
 sig count-event
 sig count-of-events -> _/eax: int