summaryrefslogtreecommitdiff
path: root/sux.c
diff options
context:
space:
mode:
Diffstat (limited to 'sux.c')
-rw-r--r--sux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sux.c b/sux.c
index 1131210..2be2875 100644
--- a/sux.c
+++ b/sux.c
@@ -138,6 +138,7 @@ static inline uint8_t isread(uint8_t opcode) {
}
}
+#if bench
void stop_timer() {
time_done = 1;
}
@@ -159,6 +160,7 @@ void start_timer(int sec, int usec) {
exit(1);
}
}
+#endif
void *run(void *args) {
struct suxthr *thr = (void *)args;