summaryrefslogtreecommitdiff
path: root/rust/src/calling_convention.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/calling_convention.rs')
-rw-r--r--rust/src/calling_convention.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/src/calling_convention.rs b/rust/src/calling_convention.rs
index f91e9803..7da7db02 100644
--- a/rust/src/calling_convention.rs
+++ b/rust/src/calling_convention.rs
@@ -474,6 +474,7 @@ where
isArgumentTypeRegisterCompatible: None,
isNonRegisterArgumentIndirect: None,
areStackArgumentsNaturallyAligned: None,
+ areStackArgumentsPushedLeftToRight: None,
getCallLayout: None,
freeCallLayout: None,
@@ -481,6 +482,8 @@ where
freeValueLocation: None,
getParameterLocations: None,
freeParameterLocations: None,
+ getParameterOrderingForVariables: None,
+ freeVariableList: None,
getStackAdjustmentForLocations: None,
getRegisterStackAdjustments: None,
freeRegisterStackAdjustments: None,