aarch64: implement some safety checks

Closes #24553
This commit is contained in:
Jacob Young
2025-07-26 03:09:55 -04:00
parent 1274254c48
commit 69abc945e4
124 changed files with 1078 additions and 365 deletions

View File

@@ -10,7 +10,7 @@ comptime {
// error
// backend=stage2
// target=native
// target=x86_64-linux
//
// :8:41: error: expected type '*align(2) const fn () void', found '*const fn () void'
// :8:41: note: pointer alignment '1' cannot cast into pointer alignment '2'