X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStgMiscClosures.h;h=9158682047d58ae25134fc2396f48867e6fd9d19;hb=11f6f411b4a15b333423715b41b498f5f7745933;hp=61518e8dec0ef4525ddd866683648e5917354924;hpb=d9f20043f1bff6d3731e62de4db4d98fcff57498;p=ghc-hetmet.git diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index 61518e8..9158682 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -600,11 +600,13 @@ RTS_FUN(catchSTMzh_fast); RTS_FUN(atomicallyzh_fast); RTS_FUN(newTVarzh_fast); RTS_FUN(readTVarzh_fast); +RTS_FUN(readTVarIOzh_fast); RTS_FUN(writeTVarzh_fast); RTS_FUN(checkzh_fast); RTS_FUN(unpackClosurezh_fast); RTS_FUN(getApStackValzh_fast); +RTS_FUN(getSparkzh_fast); RTS_FUN(noDuplicatezh_fast); @@ -619,7 +621,6 @@ extern StgWord rts_stop_on_exception[]; extern StgWord rts_breakpoint_io_action[]; // Schedule.c -extern int RTS_VAR(context_switch); extern StgWord RTS_VAR(blocked_queue_hd), RTS_VAR(blocked_queue_tl); extern StgWord RTS_VAR(sleeping_queue); extern StgWord RTS_VAR(blackhole_queue);