mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 02:23:23 +02:00
* fixed overflow checking form of 64bit add instruction
This commit is contained in:
parent
60978ba89c
commit
cfe94be378
@ -1073,7 +1073,7 @@ interface
|
|||||||
addn:
|
addn:
|
||||||
begin
|
begin
|
||||||
op1 := A_ADDC;
|
op1 := A_ADDC;
|
||||||
op2 := A_ADDZEO_;
|
op2 := A_ADDEO_;
|
||||||
end;
|
end;
|
||||||
subn:
|
subn:
|
||||||
begin
|
begin
|
||||||
@ -1479,7 +1479,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.28 2003-04-27 11:06:06 jonas
|
Revision 1.29 2003-04-27 11:55:34 jonas
|
||||||
|
* fixed overflow checking form of 64bit add instruction
|
||||||
|
|
||||||
|
Revision 1.28 2003/04/27 11:06:06 jonas
|
||||||
* fixed 64bit "const - reg/ref" bugs
|
* fixed 64bit "const - reg/ref" bugs
|
||||||
|
|
||||||
Revision 1.27 2003/04/24 22:29:58 florian
|
Revision 1.27 2003/04/24 22:29:58 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user