bugfix movss/vmovss

git-svn-id: branches/tg74/avx512-0037785@47389 -
This commit is contained in:
tg74 2020-11-11 16:26:49 +00:00
parent c25c24e411
commit dbfff3f76a

View File

@ -1540,8 +1540,8 @@ begin
;
end;
end;
//A_MOVSS,
//A_VMOVSS,
A_MOVSS,
A_VMOVSS,
A_MOVD : { movd is a move from a mmx register to a
32 bit register or memory, so no opsize is correct here PM }
exit;