Fix info table for stg_ap_1_upd, it stated 1 non-ptr, should be zero
authorSimon Marlow <simonmar@microsoft.com>
Fri, 24 Aug 2007 09:54:40 +0000 (09:54 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 24 Aug 2007 09:54:40 +0000 (09:54 +0000)
Fixes a crash I encountered with profiling and -debug

rts/StgStdThunks.cmm

index 20ceb6a..fecbb4c 100644 (file)
@@ -160,7 +160,7 @@ SELECTOR_CODE_NOUPD(15)
  * in the compiler that means stg_ap_1 is generated occasionally (ToDo)
  */
 
-INFO_TABLE(stg_ap_1_upd,1,1,THUNK_1_0,"stg_ap_1_upd_info","stg_ap_1_upd_info")
+INFO_TABLE(stg_ap_1_upd,1,0,THUNK_1_0,"stg_ap_1_upd_info","stg_ap_1_upd_info")
 {
   TICK_ENT_DYN_THK();
   STK_CHK_NP(SIZEOF_StgUpdateFrame+WDS(1));