Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/checkstack.pl: Support huge stack sizes on arm64
arm64 uses this idiom to build huge stack frames: sub sp, sp, #0x1, lsl #12 Add support for this in checkstack.pl. Signed-off-by: Asahi Lina <lina@asahilina.net>
- Loading branch information