mirror of
https://github.com/danog/ir.git
synced 2024-11-26 20:34:53 +01:00
Fix tests with capstone 5
Different versions of capstone may disassemble MOVD/MOVQ differentrly
This commit is contained in:
parent
5a48805c81
commit
c89a038fd3
@ -13,5 +13,5 @@ Windows-x86_64
|
||||
}
|
||||
--EXPECT--
|
||||
test:
|
||||
movd %xmm0, %rax
|
||||
movq %xmm0, %rax
|
||||
retq
|
||||
|
@ -13,5 +13,5 @@ Windows-x86_64
|
||||
}
|
||||
--EXPECT--
|
||||
test:
|
||||
movd %rcx, %xmm0
|
||||
movq %rcx, %xmm0
|
||||
retq
|
||||
|
Loading…
Reference in New Issue
Block a user