* Fix error in EXTDEBUG code

git-svn-id: trunk@20227 -
This commit is contained in:
pierre 2012-02-02 23:55:43 +00:00
parent cf6590cc0e
commit 19e11f889f

View File

@ -83,7 +83,7 @@ unit cpugas;
begin
{$ifdef extdebug}
if assigned(symbol) and
not(refaddr in [addr_pic,addr_lo]) then
not(refaddr in [addr_pic,addr_low]) then
internalerror(2003052601);
{$endif extdebug}
if base <> NR_NO then