Skip to content
Snippets Groups Projects
Commit c9e50308 authored by sof's avatar sof
Browse files

[project @ 1997-11-24 21:16:23 by sof]

Only expose sparksIgnored and sparksCreated vars for GUM/GranSim
parent 71ece493
No related merge requests found
......@@ -82,7 +82,9 @@ extern I_ SparkLimit[SPARK_POOLS];
extern P_ RunnableThreadsHd, RunnableThreadsTl;
extern P_ WaitingThreadsHd, WaitingThreadsTl;
extern I_ sparksIgnored;
#if defined(PAR)
extern I_ sparksIgnored, sparksCreated;
#endif
IF_RTS(extern void AwaitEvent(I_);)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment