mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 00:30:44 +01:00
* x86_64 abis ensure that the direction flag is clear at procedure entry
git-svn-id: trunk@4689 -
This commit is contained in:
parent
360cbe1de1
commit
efd24ba7a0
@ -1641,8 +1641,9 @@ unit cgx86;
|
||||
a_loadaddr_ref_reg(list,source,REGSI);
|
||||
|
||||
getcpuregister(list,REGCX);
|
||||
|
||||
{$ifdef i386}
|
||||
list.concat(Taicpu.op_none(A_CLD,S_NO));
|
||||
{$endif i386}
|
||||
if cs_opt_size in aktoptimizerswitches then
|
||||
begin
|
||||
a_load_const_reg(list,OS_INT,len,REGCX);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user