summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 31b2515a..2e2c933e 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -137,7 +137,7 @@ derived_probe::emit_probe_epilogue (translator_output* o)
o->newline(-1) << "}";
o->newline() << "atomic_dec (&c->busy);";
- o->newline(-1) << "probe_epilogue: ;";
+ o->newline(-1) << "probe_epilogue:";
o->newline(1) << "local_irq_restore (flags);";
}