diff options
Diffstat (limited to 'rts/Threads.c')
-rw-r--r-- | rts/Threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Threads.c b/rts/Threads.c index 9cfd36a7c9..f5eb9d360c 100644 --- a/rts/Threads.c +++ b/rts/Threads.c @@ -826,7 +826,7 @@ loop: * Debugging: why is a thread blocked * ------------------------------------------------------------------------- */ -#ifdef DEBUG +#if DEBUG void printThreadBlockage(StgTSO *tso) { |