|
@@ -69,13 +69,13 @@ Function CheckSequence(p: Pai; Reg: TRegister; Var Found: Longint; Var RegInfo:
|
|
is returned}
|
|
is returned}
|
|
Var hp2, hp3{, EndMod}: Pai;
|
|
Var hp2, hp3{, EndMod}: Pai;
|
|
PrevNonRemovablePai: Pai;
|
|
PrevNonRemovablePai: Pai;
|
|
- Cnt, OldNrOfMods: Longint;
|
|
|
|
|
|
+ {Cnt,} OldNrOfMods: Longint;
|
|
OrgRegInfo, HighRegInfo: TRegInfo;
|
|
OrgRegInfo, HighRegInfo: TRegInfo;
|
|
HighFound, OrgRegFound: Byte;
|
|
HighFound, OrgRegFound: Byte;
|
|
RegCounter: TRegister;
|
|
RegCounter: TRegister;
|
|
OrgRegResult: Boolean;
|
|
OrgRegResult: Boolean;
|
|
TmpResult: Boolean;
|
|
TmpResult: Boolean;
|
|
- TmpState: Byte;
|
|
|
|
|
|
+ {TmpState: Byte;}
|
|
Begin {CheckSequence}
|
|
Begin {CheckSequence}
|
|
Reg := Reg32(Reg);
|
|
Reg := Reg32(Reg);
|
|
TmpResult := False;
|
|
TmpResult := False;
|
|
@@ -1181,7 +1181,10 @@ End.
|
|
|
|
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.58 2000-04-29 16:57:44 jonas
|
|
|
|
|
|
+ Revision 1.59 2000-06-01 11:01:20 peter
|
|
|
|
+ * removed notes
|
|
|
|
+
|
|
|
|
+ Revision 1.58 2000/04/29 16:57:44 jonas
|
|
* fixed incompatibility with range chcking code, -O2 and higher
|
|
* fixed incompatibility with range chcking code, -O2 and higher
|
|
now work correctly together with -Cr
|
|
now work correctly together with -Cr
|
|
|
|
|
|
@@ -1328,4 +1331,4 @@ End.
|
|
Revision 1.24 1999/08/25 11:59:58 jonas
|
|
Revision 1.24 1999/08/25 11:59:58 jonas
|
|
* changed pai386, paippc and paiapha (same for tai*) to paicpu (taicpu)
|
|
* changed pai386, paippc and paiapha (same for tai*) to paicpu (taicpu)
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|