Rule: Calling convention changed¶
Canonical rule slug: calling-convention-changed. ← back to all rules
A function changes calling convention, so existing callers pass arguments and clean up the stack in a way the new code does not expect.
Canonical demonstration¶
- case64_calling_convention_changed — Calling Convention Changed (🔴 BREAKING)