diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 20:29:40 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 20:29:40 +0000 |
commit | 3ce4cf858bbcae18ffc6989ca19522cb8887aab9 (patch) | |
tree | d2bb3412a63fd218ac01407f4a940b2337ba3fdc /rts/RaiseAsync.c | |
parent | 02ec05e6564d9bbb536c5c0f3cd3c1b5503e3aea (diff) | |
download | haskell-3ce4cf858bbcae18ffc6989ca19522cb8887aab9.tar.gz |
Rename primops from foozh_fast to stg_foozh
For consistency with other RTS exported symbols
Diffstat (limited to 'rts/RaiseAsync.c')
-rw-r--r-- | rts/RaiseAsync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RaiseAsync.c b/rts/RaiseAsync.c index 39c973bd1d..4ca1cba28d 100644 --- a/rts/RaiseAsync.c +++ b/rts/RaiseAsync.c @@ -728,7 +728,7 @@ raiseAsync(Capability *cap, StgTSO *tso, StgClosure *exception, #if defined(PROFILING) /* * Debugging tool: on raising an exception, show where we are. - * See also Exception.cmm:raisezh_fast. + * See also Exception.cmm:stg_raisezh. * This wasn't done for asynchronous exceptions originally; see #1450 */ if (RtsFlags.ProfFlags.showCCSOnException) |