mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 12:29:25 +01:00
* disable some debugging code which does not work anymore due to the unification of the peephole optimizer
git-svn-id: trunk@33546 -
This commit is contained in:
parent
77b4709e7a
commit
8d9f6bbe0b
@ -216,9 +216,9 @@ unit aoptcpu;
|
||||
lastRemovedWasDealloc: boolean;
|
||||
begin
|
||||
{$ifdef EXTDEBUG}
|
||||
if assigned(p1.optinfo) and
|
||||
{ if assigned(p1.optinfo) and
|
||||
(ptaiprop(p1.optinfo)^.usedregs <> initialusedregs) then
|
||||
internalerror(2004101010);
|
||||
internalerror(2004101010); }
|
||||
{$endif EXTDEBUG}
|
||||
start := p1;
|
||||
if (reg = NR_ESP) or
|
||||
|
||||
Loading…
Reference in New Issue
Block a user