Explorar o código

* fixes ttypeconvnode.docompare hopefully finally (nobody has seen my last attempt ;))

git-svn-id: trunk@14755 -
florian %!s(int64=15) %!d(string=hai) anos
pai
achega
f12ba2ed23
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ncnv.pas

+ 1 - 1
compiler/ncnv.pas

@@ -3019,7 +3019,7 @@ implementation
         docompare :=
           inherited docompare(p) and
           (convtype = ttypeconvnode(p).convtype) and
-          equal_defs(resultdef,left.resultdef);
+          equal_defs(totypedef,ttypeconvnode(p).totypedef);
       end;