Skip to content

Fix missing break in nativeExtraArg for linux/aarch64#3

Merged
guillerodriguez merged 1 commit intomasterfrom
fix/aarch64-nativearg-missing-break
Jan 28, 2026
Merged

Fix missing break in nativeExtraArg for linux/aarch64#3
guillerodriguez merged 1 commit intomasterfrom
fix/aarch64-nativearg-missing-break

Conversation

@guillerodriguez
Copy link
Copy Markdown
Contributor

The switch statement for 'F'/'D' (float/double) cases was missing a break, causing fall-through to the default case. This incorrectly counted each float/double against both the FP and integer register budgets, potentially over-allocating stack space.

The switch statement for 'F'/'D' (float/double) cases was missing
a break, causing fall-through to the default case. This incorrectly
counted each float/double against both the FP and integer register
budgets, potentially over-allocating stack space.

Signed-off-by: Guillermo Rodríguez <grodriguez@ingelabs.com>
@guillerodriguez guillerodriguez merged commit 16fc055 into master Jan 28, 2026
3 checks passed
@guillerodriguez guillerodriguez deleted the fix/aarch64-nativearg-missing-break branch January 28, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants