mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +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
|
begin
|
||||||
supreg:=getsupreg(r);
|
supreg:=getsupreg(r);
|
||||||
{$ifdef extdebug}
|
{$ifdef extdebug}
|
||||||
if supreg>=maxreginfo then
|
if not (cs_no_regalloc in current_settings.globalswitches) and
|
||||||
|
(supreg>=maxreginfo) then
|
||||||
internalerror(200411061);
|
internalerror(200411061);
|
||||||
{$endif extdebug}
|
{$endif extdebug}
|
||||||
if supreg>=first_imaginary then
|
if supreg>=first_imaginary then
|
||||||
|
Loading…
Reference in New Issue
Block a user