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 15:40:49 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-05-14 15:40:49 -0700
commitadc92f49dca2951b04d3ea566a2e8134e9a891a7 (patch)
treede80f29c89586edb7779c4e7ff3a7bce05b8def0 /400.mu
parent69e477b12bf1e3a5ccfb4833bcaa34326a4a42d4 (diff)
downloadmu-adc92f49dca2951b04d3ea566a2e8134e9a891a7.tar.gz
.
Move abort to SubX. We'll need to do some unsafe stuff to display the call
stack here.
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 9fc89689..415c392a 100644
--- a/400.mu
+++ b/400.mu
@@ -31,6 +31,7 @@ sig debug-print x: (addr array byte), fg: int, bg: int
 sig debug-print? -> _/eax: boolean
 sig turn-on-debug-print
 sig turn-off-debug-print
+sig abort e: (addr array byte)
 
 # streams
 sig clear-stream f: (addr stream _)