* clear r1 after 8 Bit multiplication, resolves #27838

git-svn-id: trunk@30578 -
This commit is contained in:
florian 2015-04-13 20:15:30 +00:00
parent 1e365f341e
commit 8b7a449cf1

View File

@ -536,6 +536,7 @@ unit cgcpu;
cg.a_reg_alloc(list,NR_R0);
cg.a_reg_alloc(list,NR_R1);
list.concat(taicpu.op_reg_reg(topcg2asmop[op],dst,src));
list.concat(taicpu.op_reg(A_CLR,NR_R1));
cg.a_reg_dealloc(list,NR_R1);
list.concat(taicpu.op_reg_reg(A_MOV,dst,NR_R0));
cg.a_reg_dealloc(list,NR_R0);