mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 08:06:11 +02:00
* fixed expectloc of notnode for all processors that have flags
This commit is contained in:
parent
517e16dae7
commit
f8c0236bf4
@ -740,10 +740,10 @@ implementation
|
|||||||
end;
|
end;
|
||||||
{ before loading it into flags we need to load it into
|
{ before loading it into flags we need to load it into
|
||||||
a register thus 1 register is need PM }
|
a register thus 1 register is need PM }
|
||||||
{$ifdef i386}
|
{$ifdef cpuflags}
|
||||||
if left.expectloc<>LOC_JUMP then
|
if left.expectloc<>LOC_JUMP then
|
||||||
expectloc:=LOC_FLAGS;
|
expectloc:=LOC_FLAGS;
|
||||||
{$endif def i386}
|
{$endif def cpuflags}
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
{$ifdef SUPPORT_MMX}
|
{$ifdef SUPPORT_MMX}
|
||||||
@ -795,7 +795,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.48 2003-05-09 17:47:02 peter
|
Revision 1.49 2003-05-24 16:32:34 jonas
|
||||||
|
* fixed expectloc of notnode for all processors that have flags
|
||||||
|
|
||||||
|
Revision 1.48 2003/05/09 17:47:02 peter
|
||||||
* self moved to hidden parameter
|
* self moved to hidden parameter
|
||||||
* removed hdisposen,hnewn,selfn
|
* removed hdisposen,hnewn,selfn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user