Skip to content

Commit ab43725

Browse files
committed
rustc: Bump the number of native glues to 8
1 parent d089d9f commit ab43725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/back/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const int closure_elt_ty_params = 3;
6767

6868
const int worst_case_glue_call_args = 7;
6969

70-
const int n_native_glues = 7;
70+
const int n_native_glues = 8;
7171

7272
const int abi_x86_rustboot_cdecl = 1;
7373
const int abi_x86_rustc_fastcall = 2;

0 commit comments

Comments
 (0)