mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 10:53:42 +02:00
* should work on linux also
This commit is contained in:
parent
65b9717fb3
commit
2bf0189e2e
@ -128,7 +128,7 @@ var
|
|||||||
{$endif}
|
{$endif}
|
||||||
begin
|
begin
|
||||||
is_fpuopcode:=false;
|
is_fpuopcode:=false;
|
||||||
{$ifdef NOAG386BIN}
|
{$ifdef NOAG386BINFAKE}
|
||||||
i:=InsTabCache^[ActOpcode];
|
i:=InsTabCache^[ActOpcode];
|
||||||
if i<>-1 then
|
if i<>-1 then
|
||||||
is_fpuopcode:=((instab[i].flags and IF_FPU)=IF_FPU);
|
is_fpuopcode:=((instab[i].flags and IF_FPU)=IF_FPU);
|
||||||
@ -2000,7 +2000,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.68 2000-01-21 00:46:47 peter
|
Revision 1.69 2000-01-21 10:10:25 daniel
|
||||||
|
* should work on linux also
|
||||||
|
|
||||||
|
Revision 1.68 2000/01/21 00:46:47 peter
|
||||||
* ifdef'd my previous fix as it broken a make cycle sometimes
|
* ifdef'd my previous fix as it broken a make cycle sometimes
|
||||||
|
|
||||||
Revision 1.67 2000/01/20 23:35:01 peter
|
Revision 1.67 2000/01/20 23:35:01 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user