diff options
| author | Joe Rozner <joe@deadbytes.net> | 2021-02-23 21:32:24 -0800 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2021-02-26 21:31:57 -0500 |
| commit | c2873c4126e3fa7e2cd439a0925ecde5e5e3dbd8 (patch) | |
| tree | bd4243346142a9d31e339534e2dc3863dfeecf0e /rust | |
| parent | 04597e06cdb05948fb145378d23a4cb5a90f3c0f (diff) | |
Add is_eligible_for_heuristics to builder
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/src/callingconvention.rs | 1 |
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); |
