Fix tests with capstone 5

Different versions of capstone may disassemble MOVD/MOVQ differentrly
This commit is contained in:
Dmitry Stogov 2023-03-02 17:54:50 +03:00
parent 5a48805c81
commit c89a038fd3
2 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ Windows-x86_64
}
--EXPECT--
test:
movd %xmm0, %rax
movq %xmm0, %rax
retq

View File

@ -13,5 +13,5 @@ Windows-x86_64
}
--EXPECT--
test:
movd %rcx, %xmm0
movq %rcx, %xmm0
retq