X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FApply.cmm;h=c6279955f738d24b84f2cda8fbaf9ca6eb2f2ddd;hb=a2de6fb531bedb3dde47eae1fbc4b968845a614a;hp=e4197ecb49b88c5461e6507ffeebf343b2c227d2;hpb=03d63424f3034c34d61fe0f654e05d20c9eded89;p=ghc-hetmet.git diff --git a/ghc/rts/Apply.cmm b/ghc/rts/Apply.cmm index e4197ec..c627995 100644 --- a/ghc/rts/Apply.cmm +++ b/ghc/rts/Apply.cmm @@ -264,7 +264,7 @@ INFO_TABLE(stg_AP_STACK,/*special layout*/0,0,AP_STACK,"AP_STACK","AP_STACK") // Reload the stack W_ i; W_ p; - p = ap + SIZEOF_StgHeader + OFFSET_StgAP_STACK_payload; + p = ap + SIZEOF_StgThunkHeader + OFFSET_StgAP_STACK_payload; i = 0; for: if (i < Words) {