Fixed push and pop on arm64

This commit is contained in:
2025-03-13 17:20:11 +01:00
parent c1913d99d0
commit 5b3769a0db
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 {