mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 04:46:11 +02:00
+ R suffix for integer FPU operations
This commit is contained in:
parent
a573aff1a2
commit
3dfae51aed
@ -275,6 +275,11 @@ begin
|
|||||||
dec(attopcode[0]);
|
dec(attopcode[0]);
|
||||||
attsuffix:='attsufFPU';
|
attsuffix:='attsufFPU';
|
||||||
end;
|
end;
|
||||||
|
'R' :
|
||||||
|
begin
|
||||||
|
dec(attopcode[0]);
|
||||||
|
attsuffix:='attsufFPUint';
|
||||||
|
end;
|
||||||
else
|
else
|
||||||
attsuffix:='attsufNONE';
|
attsuffix:='attsufNONE';
|
||||||
end;
|
end;
|
||||||
@ -418,7 +423,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.8 2000-02-09 13:23:11 peter
|
Revision 1.9 2000-04-04 13:44:03 pierre
|
||||||
|
+ R suffix for integer FPU operations
|
||||||
|
|
||||||
|
Revision 1.8 2000/02/09 13:23:11 peter
|
||||||
* log truncated
|
* log truncated
|
||||||
|
|
||||||
Revision 1.7 2000/01/28 09:41:39 peter
|
Revision 1.7 2000/01/28 09:41:39 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user