Fixed push and pop on arm64
This commit is contained in:
parent
c1913d99d0
commit
5b3769a0db
2 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue