X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStgMiscClosures.h;fp=includes%2FStgMiscClosures.h;h=f11588324c773f9c26529a0a8b9f88ff14ce3a72;hb=92986843271f2f400ebc0759b30eb11d47eaa193;hp=c82ec05bd4405c90571f33d0f4b464835c912cf3;hpb=d7fcc5eb8e926038240078ebfccea05f4f3eb1da;p=ghc-hetmet.git diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index c82ec05..f115883 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -618,6 +618,8 @@ extern StgWord RTS_VAR(sched_mutex); // Apply.cmm // canned bitmap for each arg type extern StgWord stg_arg_bitmaps[]; +extern StgWord stg_ap_stack_entries[]; +extern StgWord stg_stack_save_entries[]; // Storage.c extern unsigned int RTS_VAR(alloc_blocks);