mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-12 19:49:33 +01:00
* initialize ovloc.loc in a_op*checkoverflow
git-svn-id: trunk@22804 -
This commit is contained in:
parent
439741178d
commit
1a8128fa72
@ -2619,6 +2619,7 @@ implementation
|
||||
|
||||
procedure thlcgobj.a_op_const_reg_reg_checkoverflow(list: TAsmList; op: TOpCg; size: tdef; a: aint; src, dst: tregister; setflags: boolean; var ovloc: tlocation);
|
||||
begin
|
||||
ovloc.loc:=LOC_VOID;
|
||||
if not setflags then
|
||||
a_op_const_reg_reg(list,op,size,a,src,dst)
|
||||
else
|
||||
@ -2627,6 +2628,7 @@ implementation
|
||||
|
||||
procedure thlcgobj.a_op_reg_reg_reg_checkoverflow(list: TAsmList; op: TOpCg; size: tdef; src1, src2, dst: tregister; setflags: boolean; var ovloc: tlocation);
|
||||
begin
|
||||
ovloc.loc:=LOC_VOID;
|
||||
if not setflags then
|
||||
a_op_reg_reg_reg(list,op,size,src1,src2,dst)
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user