Skip to content

Commit

Permalink
Merge pull request #4244 from Sonicadvance1/fix_4150
Browse files Browse the repository at this point in the history
unittests/ASM: Fix incorrect instruction form test
  • Loading branch information
lioncash authored Jan 1, 2025
2 parents 90b1ac4 + 6121708 commit b391fe6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittests/ASM/OpSize/66_D6.asm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ mov [rdx + 8 * 5], rax

movapd xmm2, [rdx + 8 * 0]

movq xmm0, xmm2
; movq xmm0, xmm2
db 0x66, 0x0f, 0xd6, 11_010_000b
movq [rdx + 8 * 2], xmm2
movapd xmm1, [rdx + 8 * 2]

Expand Down

0 comments on commit b391fe6

Please sign in to comment.