mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 09:29:19 +02:00
* emit a cld instruction before the rep movsXX in tcg8086.g_copyvaluepara_openarray as well
git-svn-id: trunk@25556 -
This commit is contained in:
parent
5c46e6f474
commit
1f783f539c
@ -1504,6 +1504,7 @@ unit cgcpu;
|
||||
else
|
||||
list.concat(Taicpu.op_const_reg(A_IMUL,S_W,len,NR_CX));
|
||||
end;
|
||||
list.concat(Taicpu.op_none(A_CLD,S_NO));
|
||||
list.concat(Taicpu.op_none(A_REP,S_NO));
|
||||
case opsize of
|
||||
S_B : list.concat(Taicpu.Op_none(A_MOVSB,S_NO));
|
||||
|
Loading…
Reference in New Issue
Block a user