Fixed comparison with negative numbers on arm64
This commit is contained in:
@ -15,6 +15,7 @@ func TestCompareRegisterNumber(t *testing.T) {
|
||||
Code uint32
|
||||
}{
|
||||
{arm.X0, 1, 0xF100041F},
|
||||
{arm.X0, -1, 0xB100041F},
|
||||
}
|
||||
|
||||
for _, pattern := range usagePatterns {
|
||||
|
Reference in New Issue
Block a user