* x86_64 abis ensure that the direction flag is clear at procedure entry

git-svn-id: trunk@4689 -
This commit is contained in:
florian 2006-09-23 10:08:47 +00:00
parent 360cbe1de1
commit efd24ba7a0

View File

@ -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);