about summary refs log tree commit diff stats
path: root/subx/061error.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-12-04 00:29:06 -0800
committerKartik Agaram <vc@akkartik.com>2018-12-04 00:29:06 -0800
commitcf02c20bb02f5d2fbfee5557baf68c0e2ca5a042 (patch)
tree8f1d896a0134e8353ccf01add61fb6c732103861 /subx/061error.subx
parent7cb326df5bb9739d948dd4f8b32019f1bf6e4ef3 (diff)
downloadmu-cf02c20bb02f5d2fbfee5557baf68c0e2ca5a042.tar.gz
4832
Let's start adding ':end' labels in all functions, just because it helps
us visualize where function calls end in traces, thanks to the '--map'
commandline argument.
Diffstat (limited to 'subx/061error.subx')
-rw-r--r--subx/061error.subx1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/061error.subx b/subx/061error.subx
index b44d5473..a65c8a73 100644
--- a/subx/061error.subx
+++ b/subx/061error.subx
@@ -48,6 +48,7 @@ error:  # ed : (address exit-descriptor), out : fd or (address stream), msg : (a
     # . . call
     e8/call  stop/disp32
     # should never get past this point
+$error:dead-end:
     # . epilog
     89/copy                         3/mod/direct    4/rm32/ESP    .           .             .           5/r32/EBP   .               .                 # copy EBP to ESP
     5d/pop-to-EBP