diff options
Diffstat (limited to 'sux.c')
-rw-r--r-- | sux.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |