mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 22:28:06 +02:00
* compilation with -dEXTDEBUG fixed
This commit is contained in:
parent
22e9033076
commit
2641f65bb7
@ -207,7 +207,7 @@ implementation
|
||||
(tnf_pass1_done in hp.transientflags);
|
||||
include(p.transientflags,tnf_pass1_done);
|
||||
{$ifdef EXTDEBUG}
|
||||
if not(nf_error in p.flags) then
|
||||
if not(tnf_error in p.transientflags) then
|
||||
begin
|
||||
if (p.expectloc=LOC_INVALID) then
|
||||
Comment(V_Warning,'Expectloc is not set in firstpass: '+nodetype2str[p.nodetype]);
|
||||
|
Loading…
Reference in New Issue
Block a user