mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* fix IE with -sr and EXTDEBUG
git-svn-id: trunk@5283 -
This commit is contained in:
parent
42a3ed4ac0
commit
60069ce3d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user