mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:29:39 +02:00
* another check for register types (should fix new failure
of webtbs/tw7161) git-svn-id: trunk@7510 -
This commit is contained in:
parent
e1132f8fe1
commit
60d424e97d
@ -1265,6 +1265,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
p := tai(p.previous);
|
p := tai(p.previous);
|
||||||
if (p.typ = ait_regalloc) and
|
if (p.typ = ait_regalloc) and
|
||||||
|
(getregtype(tai_regalloc(p).reg) = R_INTREGISTER) and
|
||||||
(getsupreg(tai_regalloc(p).reg) = supreg) then
|
(getsupreg(tai_regalloc(p).reg) = supreg) then
|
||||||
if (tai_regalloc(p).ratype=ra_dealloc) then
|
if (tai_regalloc(p).ratype=ra_dealloc) then
|
||||||
if first then
|
if first then
|
||||||
|
Loading…
Reference in New Issue
Block a user