diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-10-19 11:27:53 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-10-19 11:49:37 +0100 |
commit | 53810006bbcd3fc9b58893858f95c3432cb33f0e (patch) | |
tree | ff4308239be53eb2ed75afb46bee03fc3a6f7ae9 /rts/StgStartup.cmm | |
parent | 660dc69a777b462fc635e9914fa59bd784bb233c (diff) | |
download | haskell-53810006bbcd3fc9b58893858f95c3432cb33f0e.tar.gz |
profiling fixes
Diffstat (limited to 'rts/StgStartup.cmm')
-rw-r--r-- | rts/StgStartup.cmm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm index 6793913464..5ad2ff6930 100644 --- a/rts/StgStartup.cmm +++ b/rts/StgStartup.cmm @@ -36,7 +36,7 @@ INFO_TABLE_RET(stg_stop_thread, STOP_FRAME, W_ info_ptr, - PROF_HDR_FIELDS(W_)) + PROF_HDR_FIELDS(W_,p1,p2)) /* no return list: explicit stack layout */ { /* |