X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FException.cmm;h=43f53c7ad31f86b2e58b0a0b933d89cb0b612556;hb=de75026f5a48d3d052135a973ab4dff76c5b20f5;hp=479c9c9427e59281a3e1943f86f60fb3da36c818;hpb=02620e7c705ac946db43e61988ca3781af3f2447;p=ghc-hetmet.git diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 479c9c9..43f53c7 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -253,7 +253,7 @@ INFO_TABLE_RET(stg_catch_frame, CATCH_FRAME, #if defined(PROFILING) W_ unused1, W_ unused2, #endif - W_ unused3, "ptr" W_ unused4) + W_ unused3, P_ unused4) { Sp = Sp + SIZEOF_StgCatchFrame; jump %ENTRY_CODE(Sp(SP_OFF)); @@ -315,7 +315,7 @@ section "data" { no_break_on_exception: W_[1]; } -INFO_TABLE_RET(stg_raise_ret, RET_SMALL, "ptr" W_ arg1) +INFO_TABLE_RET(stg_raise_ret, RET_SMALL, P_ arg1) { R1 = Sp(1); Sp = Sp + WDS(2);