From ab437253d3414ac7be2d94f76a2af4386b4991bf Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 6 May 2011 12:50:48 -0700 Subject: rustc: Bump the number of native glues to 8 --- src/comp/back/abi.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/back') diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index fc3bc92e..1ad32895 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -67,7 +67,7 @@ const int closure_elt_ty_params = 3; const int worst_case_glue_call_args = 7; -const int n_native_glues = 7; +const int n_native_glues = 8; const int abi_x86_rustboot_cdecl = 1; const int abi_x86_rustc_fastcall = 2; -- cgit v1.2.3