* wrong testregisters32 placement corrected

This commit is contained in:
pierre 1999-08-24 09:07:04 +00:00
parent e999954220
commit 87847fac70

View File

@ -270,8 +270,8 @@ implementation
oldcodegenerror:=codegenerror; oldcodegenerror:=codegenerror;
oldlocalswitches:=aktlocalswitches; oldlocalswitches:=aktlocalswitches;
oldpos:=aktfilepos; oldpos:=aktfilepos;
testregisters32;
{$ifdef TEMPREGDEBUG} {$ifdef TEMPREGDEBUG}
testregisters32;
prevp:=curptree; prevp:=curptree;
curptree:=@p; curptree:=@p;
p^.usableregs:=usablereg32; p^.usableregs:=usablereg32;
@ -664,7 +664,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.32 1999-08-23 23:25:59 pierre Revision 1.33 1999-08-24 09:07:04 pierre
* wrong testregisters32 placement corrected
Revision 1.32 1999/08/23 23:25:59 pierre
+ TEMPREGDEBUG code, test of register allocation + TEMPREGDEBUG code, test of register allocation
if a tree uses more than registers32 regs then if a tree uses more than registers32 regs then
internalerror(10) is issued internalerror(10) is issued