about summary refs log tree commit diff stats
path: root/400.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-05-14 20:52:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 20:52:27 -0700
commit73744d098ca59a3844987e0919b990a880ec6895 (patch)
treee2e1c92237c514e9db50b968206221423e33b3cb /400.mu
parenta3f5da03337813a7d8c33b3ef35c5a37e30ee010 (diff)
downloadmu-73744d098ca59a3844987e0919b990a880ec6895.tar.gz
dump addresses of call stack on abort
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 415c392a..94e517f8 100644
--- a/400.mu
+++ b/400.mu
@@ -32,6 +32,7 @@ sig debug-print? -> _/eax: boolean
 sig turn-on-debug-print
 sig turn-off-debug-print
 sig abort e: (addr array byte)
+sig dump-call-stack
 
 # streams
 sig clear-stream f: (addr stream _)