From d1c9392a5461e0d33e226375a8f7986a97d2d66b Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 26 Nov 2018 01:19:47 -0800 Subject: 4782 --- html/subx/039debug.cc.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'html/subx/039debug.cc.html') diff --git a/html/subx/039debug.cc.html b/html/subx/039debug.cc.html index 9cf21c15..c52eece9 100644 --- a/html/subx/039debug.cc.html +++ b/html/subx/039debug.cc.html @@ -18,6 +18,7 @@ a:hover { text-decoration: underline; } .LineNr { color: #444444; } .Constant { color: #00a0a0; } .Delimiter { color: #800080; } +.Special { color: #c00000; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } @@ -61,7 +62,7 @@ if ('onhashchange' in window) { 4 // (It'll only affect the trace.) 5 6 :(before "End Globals") - 7 map</*address*/uint32_t, string> Symbol_name; // used only by 'subx run' + 7 map</*address*/uint32_t, string> Symbol_name; // used only by 'subx run' 8 :(before "End --map Settings") 9 load_map("map"); 10 :(code) @@ -73,13 +74,13 @@ if ('onhashchange' in window) { 16 fin >> addr; 17 string name; 18 fin >> name; -19 put(Symbol_name, addr, name); +19 put(Symbol_name, addr, name); 20 } 21 } 22 23 :(after "Run One Instruction") -24 if (contains_key(Symbol_name, EIP)) -25 trace(90, "run") << "== label " << get(Symbol_name, EIP) << end(); +24 if (contains_key(Symbol_name, EIP)) +25 trace(90, "run") << "== label " << get(Symbol_name, EIP) << end(); -- cgit 1.4.1-2-gfad0