about summary refs log tree commit diff stats
path: root/subx/003trace.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-09 01:19:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-09 01:19:33 -0700
commit224474d7fd04263b7300d22df337c33b97de5fe5 (patch)
treee77ac61a2fa74cae48a5fde69e18efb5e4c51e6a /subx/003trace.cc
parent36f616b5c011e32e4a8be1a4864f81e11424de89 (diff)
downloadmu-224474d7fd04263b7300d22df337c33b97de5fe5.tar.gz
4011 - start of sub-x86 VM
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r--subx/003trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index 2810b420..939d39f1 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -80,7 +80,7 @@ struct trace_line {
 bool Hide_errors = false;
 bool Dump_trace = false;
 string Dump_label = "";
-:(before "End Setup")
+:(before "End Reset")
 Hide_errors = false;
 Dump_trace = false;
 Dump_label = "";