summaryrefslogtreecommitdiff
path: root/rust/src/calling_convention.rs
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2026-01-23 18:36:13 -0500
committerRusty Wagner <rusty.wagner@gmail.com>2026-05-22 16:30:57 -0400
commit217b4a3361cbf62020658f12efb47b8fabb6a24d (patch)
tree59d677957d85851dcd3d380f7e3350b709e08628 /rust/src/calling_convention.rs
parenta4a3de2ad363b1bceb28f106e2cc6d811b3370b5 (diff)
Initial support for Go and Pascal calling conventions
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,