Fixed push and pop on arm64

This commit is contained in:
Eduard Urbach 2025-03-13 17:20:11 +01:00
parent 14a867bc8b
commit 29ee6730f2
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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 {