mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 19:17:13 +01:00
* fixing a general compile problem related to
cg.g_overflowcheck declaration that has changed
This commit is contained in:
parent
7e26d3cc3b
commit
60fb7c9570
@ -586,7 +586,7 @@ interface
|
|||||||
|
|
||||||
{ emit overflow check if enabled }
|
{ emit overflow check if enabled }
|
||||||
if checkoverflow then
|
if checkoverflow then
|
||||||
cg.g_overflowcheck(exprasmlist,self);
|
cg.g_overflowcheck(exprasmlist,Location,ResultType.Def);
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -741,7 +741,7 @@ interface
|
|||||||
|
|
||||||
{ emit overflow check if required }
|
{ emit overflow check if required }
|
||||||
if checkoverflow then
|
if checkoverflow then
|
||||||
cg.g_overflowcheck(exprasmlist,self);
|
cg.g_overflowcheck(exprasmlist,Location,ResultType.Def);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -797,7 +797,12 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.11 2003-06-01 21:38:06 peter
|
Revision 1.12 2003-06-10 20:46:17 mazen
|
||||||
|
* fixing a general compile problem related to
|
||||||
|
cg.g_overflowcheck declaration that has
|
||||||
|
changed
|
||||||
|
|
||||||
|
Revision 1.11 2003/06/01 21:38:06 peter
|
||||||
* getregisterfpu size parameter added
|
* getregisterfpu size parameter added
|
||||||
* op_const_reg size parameter added
|
* op_const_reg size parameter added
|
||||||
* sparc updates
|
* sparc updates
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user