projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3e47b
)
Fix up the ifdefs in Task.c
author
Ian Lynagh
<igloo@earth.li>
Sat, 13 Nov 2010 12:53:14 +0000
(12:53 +0000)
committer
Ian Lynagh
<igloo@earth.li>
Sat, 13 Nov 2010 12:53:14 +0000
(12:53 +0000)
rts/Task.c
patch
|
blob
|
history
diff --git
a/rts/Task.c
b/rts/Task.c
index
8994ad1
..
a15758c
100644
(file)
--- a/
rts/Task.c
+++ b/
rts/Task.c
@@
-359,6
+359,8
@@
static void *taskId(Task *task)
#endif
}
+#endif
+
#if defined(THREADED_RTS)
static void OSThreadProcAttr
@@
-431,6
+433,8
@@
interruptWorkerTask (Task *task)
#endif /* THREADED_RTS */
+#ifdef DEBUG
+
void printAllTasks(void);
void