about summary refs log tree commit diff stats
path: root/subx/039debug.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
committerKartik Agaram <vc@akkartik.com>2019-01-11 18:08:21 -0800
commitdb8a9ab553535551ce80dcd5ce07cffb85f5cfb7 (patch)
tree2b178c65d6e5ada219d354637ee3ee10050589bf /subx/039debug.cc
parentdadae33848cbaf95b6355789348e0b1d3dff11af (diff)
downloadmu-db8a9ab553535551ce80dcd5ce07cffb85f5cfb7.tar.gz
4921
Diffstat (limited to 'subx/039debug.cc')
-rw-r--r--subx/039debug.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/039debug.cc b/subx/039debug.cc
index 816947a2..23123c0c 100644
--- a/subx/039debug.cc
+++ b/subx/039debug.cc
@@ -25,8 +25,8 @@ if (contains_key(Symbol_name, EIP))
   trace(90, "run") << "== label " << get(Symbol_name, EIP) << end();
 
 // If a label starts with '$watch-', make a note of the effective address
-// computed by the next instruction. Start dumping out its contents after
-// every subsequent instruction.
+// computed by the next instruction. Start dumping out its contents to the
+// trace after every subsequent instruction.
 
 :(after "Run One Instruction")
 dump_watch_points();