mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00
* fixes breakage of r17766, should resolve #19598
git-svn-id: trunk@17814 -
This commit is contained in:
parent
d530b4fce7
commit
a6b2fcfe22
@ -726,6 +726,7 @@ begin
|
||||
taicpu(hp1).loadConst(0,taicpu(p).oper[0]^.val and taicpu(hp1).oper[0]^.val);
|
||||
asml.remove(p);
|
||||
p.free;
|
||||
p:=hp1;
|
||||
end
|
||||
else
|
||||
{change "and x, reg; jxx" to "test x, reg", if reg is deallocated before the
|
||||
|
Loading…
Reference in New Issue
Block a user