diff options
Diffstat (limited to 'rts/Schedule.h')
-rw-r--r-- | rts/Schedule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.h b/rts/Schedule.h index 4c692842e7..5aaafd9d88 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -130,7 +130,7 @@ void resurrectThreads (StgTSO *); #if !IN_STG_CODE -/* END_TSO_QUEUE and friends now defined in includes/stg/MiscClosures.h */ +/* END_TSO_QUEUE and friends now defined in rts/include/stg/MiscClosures.h */ /* Add a thread to the end of the run queue. * NOTE: tso->link should be END_TSO_QUEUE before calling this macro. |