* fix IE with -sr and EXTDEBUG

git-svn-id: trunk@5283 -
This commit is contained in:
peter 2006-11-07 22:43:34 +00:00
parent 42a3ed4ac0
commit 60069ce3d2

View File

@ -697,7 +697,8 @@ unit rgobj;
begin
supreg:=getsupreg(r);
{$ifdef extdebug}
if supreg>=maxreginfo then
if not (cs_no_regalloc in current_settings.globalswitches) and
(supreg>=maxreginfo) then
internalerror(200411061);
{$endif extdebug}
if supreg>=first_imaginary then