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

[project @ 1997-10-05 20:32:22 by sof]

Added debug code to PerformReschedule
parent ff7984c6
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,11 @@ PerformReschedule(liveness, always_reenter_node)
{
rtsBool need_to_reschedule;
#if 0 && defined(DEBUG)
fprintf(stderr,"PerfReS:liveness=0x%lx,reenter=%lx,,context_switch=%ld\n",
liveness, always_reenter_node, context_switch);
#endif
/* Reset the global NeedToReSchedule --
this is used only to communicate the fact that we should schedule
a new thread rather than the existing one following a fetch.
......
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