Browse Source

* only specially handle 64bit operations on ordinals

Jonas Maebe 21 năm trước cách đây
mục cha
commit
c2210f01b9
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      compiler/powerpc/nppcadd.pas

+ 5 - 1
compiler/powerpc/nppcadd.pas

@@ -68,6 +68,7 @@ interface
       begin
         resulttypepass(left);
         if (nodetype in [equaln,unequaln]) and
+           (left.resulttype.def.deftype = orddef) and
            is_64bit(left.resulttype.def) then
           begin
             result := nil;
@@ -1479,7 +1480,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.47  2004-07-21 15:09:10  jonas
+  Revision 1.48  2004-08-30 09:28:40  jonas
+    * only specially handle 64bit operations on ordinals
+
+  Revision 1.47  2004/07/21 15:09:10  jonas
     * do a resulttypepass of left in the overloaded pass_1 before checking
       its resulttype