diff options
author | Simon Marlow <simonmar@microsoft.com> | 2008-04-07 21:37:48 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2008-04-07 21:37:48 +0000 |
commit | 92986843271f2f400ebc0759b30eb11d47eaa193 (patch) | |
tree | 11a01bd6ef19e26b4d18e9c0b22f191f93a5cc82 /includes | |
parent | d7fcc5eb8e926038240078ebfccea05f4f3eb1da (diff) | |
download | haskell-92986843271f2f400ebc0759b30eb11d47eaa193.tar.gz |
FIX BUILD on non-x86: add missing prototypes
Diffstat (limited to 'includes')
-rw-r--r-- | includes/StgMiscClosures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index c82ec05bd4..f11588324c 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); |