|
@@ -769,7 +769,7 @@ implementation
|
|
|
(oper[1].typ=top_reg) and
|
|
|
{ if the first is ST and the second is also a register
|
|
|
it is necessarily ST1 .. ST7 }
|
|
|
- (oper[0].reg=R_ST)) or
|
|
|
+ (oper[0].reg in [R_ST..R_ST7])) or
|
|
|
{ ((ops=1) and
|
|
|
(oper[0].typ=top_reg) and
|
|
|
(oper[0].reg in [R_ST1..R_ST7])) or}
|
|
@@ -1874,7 +1874,10 @@ implementation
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.4 2002-08-15 19:10:36 peter
|
|
|
+ Revision 1.5 2002-10-30 17:10:00 pierre
|
|
|
+ * merge of fix for tw2158 bug
|
|
|
+
|
|
|
+ Revision 1.4 2002/08/15 19:10:36 peter
|
|
|
* first things tai,tnode storing in ppu
|
|
|
|
|
|
Revision 1.3 2002/08/13 18:01:52 carl
|