mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +02:00
* forgotten part of last commit
This commit is contained in:
parent
055681c8b4
commit
8db51a367e
@ -4747,7 +4747,7 @@ implementation
|
|||||||
internalerror(200506055);
|
internalerror(200506055);
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else if (opcode=VMOVHPD) or (opcode=VMOVHPS) or (opcode=VMOVLHPS) or (opcode=VMOVLPD) or (opcode=VMOVLPS) then
|
else if (opcode=A_VMOVHPD) or (opcode=A_VMOVHPS) or (opcode=A_VMOVLHPS) or (opcode=A_VMOVLPD) or (opcode=A_VMOVLPS) then
|
||||||
begin
|
begin
|
||||||
if ops=2 then
|
if ops=2 then
|
||||||
case opnr of
|
case opnr of
|
||||||
@ -4765,7 +4765,7 @@ implementation
|
|||||||
2:
|
2:
|
||||||
result:=operand_write;
|
result:=operand_write;
|
||||||
else
|
else
|
||||||
internalerror(̄2024060102);
|
internalerror(2024060102);
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
internalerror(2024060103);
|
internalerror(2024060103);
|
||||||
|
Loading…
Reference in New Issue
Block a user