aboutsummaryrefslogtreecommitdiff
path: root/src/comp/back
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-05-06 12:50:48 -0700
committerPatrick Walton <[email protected]>2011-05-06 12:50:48 -0700
commitab437253d3414ac7be2d94f76a2af4386b4991bf (patch)
tree01c333fc5285dac59d0030dda9ea7e29cd3f16c4 /src/comp/back
parentrustllvm: Add a binding to the LLVM standard module passes (diff)
downloadrust-ab437253d3414ac7be2d94f76a2af4386b4991bf.tar.xz
rust-ab437253d3414ac7be2d94f76a2af4386b4991bf.zip
rustc: Bump the number of native glues to 8
Diffstat (limited to 'src/comp/back')
-rw-r--r--src/comp/back/abi.rs2
1 files changed, 1 insertions, 1 deletions
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;