about summary refs log tree commit diff stats
path: root/subx/021translate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/021translate.cc')
-rw-r--r--subx/021translate.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc
index bae946ec..e7c25cbb 100644
--- a/subx/021translate.cc
+++ b/subx/021translate.cc
@@ -21,6 +21,7 @@
 
 :(before "End Main")
 if (is_equal(argv[1], "translate")) {
+  START_TRACING_UNTIL_END_OF_SCOPE;
   assert(argc > 3);
   program p;
   ifstream fin(argv[2]);