From 26ecec4e123781c6e99e92cf42ce585e33a861ef Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 16 Nov 2010 13:51:32 -0800 Subject: Update frame logic to be compatible with SysV x86 ABI. Improves diagnostics. --- src/boot/be/abi.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/be/abi.ml') diff --git a/src/boot/be/abi.ml b/src/boot/be/abi.ml index 9f2e819c..035d1f05 100644 --- a/src/boot/be/abi.ml +++ b/src/boot/be/abi.ml @@ -189,6 +189,7 @@ type abi = abi_tp_cell: Il.cell; abi_implicit_args_sz: int64; abi_frame_base_sz: int64; + abi_callee_saves_sz: int64; abi_frame_info_sz: int64; abi_spill_slot: (Il.spill -> Il.mem); } -- cgit v1.2.3