about summary refs log tree commit diff stats
path: root/html/subx/061error.subx.html
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 /html/subx/061error.subx.html
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 'html/subx/061error.subx.html')
-rw-r--r--html/subx/061error.subx.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/html/subx/061error.subx.html b/html/subx/061error.subx.html
index 482a632c..79e9f99e 100644
--- a/html/subx/061error.subx.html
+++ b/html/subx/061error.subx.html
@@ -111,12 +111,13 @@ if ('onhashchange' in window) {
 <span id="L48" class="LineNr">48 </span>    <span class="subxS2Comment"># . . call</span>
 <span id="L49" class="LineNr">49 </span>    e8/call  stop/disp32
 <span id="L50" class="LineNr">50 </span>    <span class="subxComment"># should never get past this point</span>
-<span id="L51" class="LineNr">51 </span>    <span class="subxS1Comment"># . epilog</span>
-<span id="L52" class="LineNr">52 </span>    89/copy                         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          5/r32/EBP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EBP to ESP</span>
-<span id="L53" class="LineNr">53 </span>    5d/pop-to-EBP
-<span id="L54" class="LineNr">54 </span>    c3/return
-<span id="L55" class="LineNr">55 </span>
-<span id="L56" class="LineNr">56 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
+<span id="L51" class="LineNr">51 </span><span class="Constant">$error:dead-end</span>:
+<span id="L52" class="LineNr">52 </span>    <span class="subxS1Comment"># . epilog</span>
+<span id="L53" class="LineNr">53 </span>    89/copy                         3/mod/direct    4/rm32/ESP   <span class="CommentedCode"> . </span>         <span class="CommentedCode"> . </span>           <span class="CommentedCode"> . </span>          5/r32/EBP  <span class="CommentedCode"> . </span>             <span class="CommentedCode"> . </span>                <span class="subxComment"># copy EBP to ESP</span>
+<span id="L54" class="LineNr">54 </span>    5d/pop-to-EBP
+<span id="L55" class="LineNr">55 </span>    c3/return
+<span id="L56" class="LineNr">56 </span>
+<span id="L57" class="LineNr">57 </span><span class="subxS2Comment"># . . vim&#0058;nowrap:textwidth=0</span>
 </pre>
 </body>
 </html>