summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/src/callingconvention.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs
index 51fe412d..4af9b9c9 100644
--- a/rust/src/callingconvention.rs
+++ b/rust/src/callingconvention.rs
@@ -653,6 +653,7 @@ impl<A: Architecture> ConventionBuilder<A> {
bool_arg!(arg_registers_shared_index);
bool_arg!(reserved_stack_space_for_arg_registers);
bool_arg!(stack_adjusted_on_return);
+ bool_arg!(is_eligible_for_heuristics);
reg!(return_int_reg);
reg!(return_hi_int_reg);