mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* wrong testregisters32 placement corrected
This commit is contained in:
parent
e999954220
commit
87847fac70
@ -270,8 +270,8 @@ implementation
|
||||
oldcodegenerror:=codegenerror;
|
||||
oldlocalswitches:=aktlocalswitches;
|
||||
oldpos:=aktfilepos;
|
||||
testregisters32;
|
||||
{$ifdef TEMPREGDEBUG}
|
||||
testregisters32;
|
||||
prevp:=curptree;
|
||||
curptree:=@p;
|
||||
p^.usableregs:=usablereg32;
|
||||
@ -664,7 +664,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
if a tree uses more than registers32 regs then
|
||||
internalerror(10) is issued
|
||||
|
Loading…
Reference in New Issue
Block a user