diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/039debug.cc | 4 |
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(); |