From c89a038fd34c27116289af140d3951f9c7b23579 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 2 Mar 2023 17:54:50 +0300 Subject: [PATCH] Fix tests with capstone 5 Different versions of capstone may disassemble MOVD/MOVQ differentrly --- tests/Windows-x86_64/conv_004.irt | 2 +- tests/Windows-x86_64/conv_010.irt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Windows-x86_64/conv_004.irt b/tests/Windows-x86_64/conv_004.irt index 838bf41..bf3117a 100755 --- a/tests/Windows-x86_64/conv_004.irt +++ b/tests/Windows-x86_64/conv_004.irt @@ -13,5 +13,5 @@ Windows-x86_64 } --EXPECT-- test: - movd %xmm0, %rax + movq %xmm0, %rax retq diff --git a/tests/Windows-x86_64/conv_010.irt b/tests/Windows-x86_64/conv_010.irt index 6ecb0cd..c3487a7 100755 --- a/tests/Windows-x86_64/conv_010.irt +++ b/tests/Windows-x86_64/conv_010.irt @@ -13,5 +13,5 @@ Windows-x86_64 } --EXPECT-- test: - movd %rcx, %xmm0 + movq %rcx, %xmm0 retq