Parcourir la source

* fix small compilation problem

carl il y a 23 ans
Parent
commit
b0bf9a2512
1 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 5 2
      compiler/m68k/n68kcnv.pas

+ 5 - 2
compiler/m68k/n68kcnv.pas

@@ -288,11 +288,14 @@ implementation
 
 
 begin
-   ctypeconvnode:=tppctypeconvnode;
+   ctypeconvnode:=tm68ktypeconvnode;
 end.
 {
   $Log$
-  Revision 1.1  2002-08-14 19:16:34  carl
+  Revision 1.2  2002-08-14 19:31:26  carl
+    * fix small compilation problem
+
+  Revision 1.1  2002/08/14 19:16:34  carl
     + m68k type conversion nodes
     + started some mathematical nodes
     * out of bound references should now be handled correctly