Fixed push and pop on arm64

This commit is contained in:
Eduard Urbach 2025-03-13 17:20:11 +01:00
parent c1913d99d0
commit 5b3769a0db
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
2 changed files with 5 additions and 2 deletions

View file

@ -16,6 +16,7 @@ func TestSubRegisterNumber(t *testing.T) {
Code uint32
}{
{arm.X0, arm.X0, 1, 0xD1000400},
{arm.SP, arm.SP, 16, 0xD10043FF},
}
for _, pattern := range usagePatterns {