79223645

Date: 2024-11-25 15:33:07
Score: 2
Natty:
Report link

AAPCS32 (ARM Procedure Call Standard) forces SP stack pointer to be always 4-byte machine word aligned.

https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aapcs32.rst#6211universal-stack-constraints

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dmitry Ponyatov