about summary refs log tree commit diff stats
path: root/091run_sandboxed.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-16 14:55:10 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-16 14:55:10 -0700
commit3eb81335c160e43fd8cce25c93a7fd4c8ffbaaa2 (patch)
treed54a85ad57d7b87932434b1abbeb87bfa245d422 /091run_sandboxed.cc
parent1cd2691b0637cd0ab6be6576e487c0140083ba86 (diff)
downloadmu-3eb81335c160e43fd8cce25c93a7fd4c8ffbaaa2.tar.gz
3200
Diffstat (limited to '091run_sandboxed.cc')
-rw-r--r--091run_sandboxed.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/091run_sandboxed.cc b/091run_sandboxed.cc
index 1103cf97..fada7b53 100644
--- a/091run_sandboxed.cc
+++ b/091run_sandboxed.cc
@@ -353,7 +353,7 @@ b:number <- copy 0
 string Most_recent_products;
 :(before "End Setup")
 Most_recent_products = "";
-:(before "End of Instruction")
+:(before "End Running One Instruction")
 if (Track_most_recent_products) {
   track_most_recent_products(current_instruction(), products);
 }