* more usual order of instructions.

git-svn-id: trunk@5481 -
This commit is contained in:
yury 2006-11-26 10:06:12 +00:00
parent d84493deec
commit 35b1014207

View File

@ -1566,8 +1566,8 @@ unit cgcpu;
dstref.offset:=size;
r:=getintregister(list,size2opsize[size]);
a_load_ref_reg(list,size2opsize[size],size2opsize[size],srcref,r);
list.concat(setoppostfix(taicpu.op_reg_reg_const(A_SUB,countreg,countreg,1),PF_S));
a_load_reg_ref(list,size2opsize[size],size2opsize[size],r,dstref);
list.concat(setoppostfix(taicpu.op_reg_reg_const(A_SUB,countreg,countreg,1),PF_S));
a_jmp_flags(list,F_NE,l);
srcref.offset:=1;
dstref.offset:=1;