mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
* clear r1 after 8 Bit multiplication, resolves #27838
git-svn-id: trunk@30578 -
This commit is contained in:
parent
1e365f341e
commit
8b7a449cf1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user