From cf02c20bb02f5d2fbfee5557baf68c0e2ca5a042 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 4 Dec 2018 00:29:06 -0800 Subject: 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. --- html/subx/061error.subx.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'html/subx/061error.subx.html') 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) { 48 # . . call 49 e8/call stop/disp32 50 # should never get past this point -51 # . epilog -52 89/copy 3/mod/direct 4/rm32/ESP . . . 5/r32/EBP . . # copy EBP to ESP -53 5d/pop-to-EBP -54 c3/return -55 -56 # . . vim:nowrap:textwidth=0 +51 $error:dead-end: +52 # . epilog +53 89/copy 3/mod/direct 4/rm32/ESP . . . 5/r32/EBP . . # copy EBP to ESP +54 5d/pop-to-EBP +55 c3/return +56 +57 # . . vim:nowrap:textwidth=0 -- cgit 1.4.1-2-gfad0