mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 14:09:59 +02:00
* fix OpsEqual
git-svn-id: trunk@20875 -
This commit is contained in:
parent
d24b70d22b
commit
39ab9eceba
@ -822,7 +822,9 @@ Unit AoptObj;
|
||||
Top_None :
|
||||
OpsEqual := True
|
||||
else OpsEqual := False
|
||||
End;
|
||||
End
|
||||
else
|
||||
OpsEqual := False;
|
||||
End;
|
||||
|
||||
Function TAOptObj.FindRegAlloc(Reg: TRegister; StartPai: Tai): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user