about summary refs log tree commit diff stats
path: root/080trace_browser.cc
diff options
context:
space:
mode:
Diffstat (limited to '080trace_browser.cc')
-rw-r--r--080trace_browser.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/080trace_browser.cc b/080trace_browser.cc
index f399ae7e..9c5c5e86 100644
--- a/080trace_browser.cc
+++ b/080trace_browser.cc
@@ -2,6 +2,10 @@
 _BROWSE_TRACE,
 :(before "End Primitive Recipe Numbers")
 Recipe_ordinal["$browse-trace"] = _BROWSE_TRACE;
+:(before "End Primitive Recipe Checks")
+case _BROWSE_TRACE: {
+  break;
+}
 :(before "End Primitive Recipe Implementations")
 case _BROWSE_TRACE: {
   start_trace_browser();