about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 892800f4..f5b05ed1 100644
--- a/020run.cc
+++ b/020run.cc
@@ -110,6 +110,7 @@ void run_current_routine() {
 :(before "End Globals")
 bool Writing_products_of_instruction = false;
 
+:(code)
 //: hook replaced in a later layer
 bool should_continue_running(const routine* current_routine) {
   assert(current_routine == Current_routine);  // argument passed in just to make caller readable above