1 /* -----------------------------------------------------------------------------
3 * (c) The University of Glasgow 2002-2004
5 * Declarations for things defined in AutoApply.cmm
7 * -------------------------------------------------------------------------- */
12 // canned slow entry points, indexed by arg type (ARG_P, ARG_PP, etc.)
14 extern StgWord stg_ap_stack_entries[];
16 extern StgFun *stg_ap_stack_entries[];
19 // canned register save code for heap check failure in a function
21 extern StgWord stg_stack_save_entries[];
23 extern StgFun *stg_stack_save_entries[];
26 // canned bitmap for each arg type
27 extern StgWord stg_arg_bitmaps[];