|
@@ -687,7 +687,7 @@ implementation
|
|
|
else
|
|
|
begin
|
|
|
{ get the size before the type conversion - check for all nodes }
|
|
|
- if assigned(right.resulttype.def) {and (right.nodetype = loadn)} then
|
|
|
+ if assigned(right.resulttype.def) and (right.nodetype in [loadn,vecn]) then
|
|
|
original_size := right.resulttype.def.size;
|
|
|
inserttypeconv(right,left.resulttype);
|
|
|
end;
|
|
@@ -1244,7 +1244,10 @@ begin
|
|
|
end.
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.69 2002-11-29 20:02:44 carl
|
|
|
+ Revision 1.70 2002-12-02 19:38:06 carl
|
|
|
+ * fix some errors
|
|
|
+
|
|
|
+ Revision 1.69 2002/11/29 20:02:44 carl
|
|
|
* warning / hint for possible loss of data in assignment
|
|
|
|
|
|
Revision 1.68 2002/11/27 20:04:39 peter
|