From 217b4a3361cbf62020658f12efb47b8fabb6a24d Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Fri, 23 Jan 2026 18:36:13 -0500 Subject: Initial support for Go and Pascal calling conventions --- rust/src/calling_convention.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rust/src') 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, -- cgit v1.3.1