Ticket #3279: assert.patch
| File assert.patch, 0.8 KB (added by Baughn, 10 months ago) |
|---|
-
rts/StgStdThunks.cmm
diff -rN -u old-ghc/rts/StgStdThunks.cmm new-ghc/rts/StgStdThunks.cmm
old new 70 70 #define SELECTOR_CODE_UPD(offset) \ 71 71 INFO_TABLE_RET(stg_sel_ret_##offset##_upd, RET_SMALL, RET_PARAMS) \ 72 72 { \ 73 ASSERT(UNTAG(R1) != stg_dummy_ret_closure); \ 73 74 R1 = StgClosure_payload(UNTAG(R1),offset); \ 74 75 GET_SAVED_CCCS; \ 75 76 Sp = Sp + SIZEOF_StgHeader; \
