Преглед на файлове

* fixed copy&paste errors in cpunodefaultint

git-svn-id: trunk@11379 -
florian преди 17 години
родител
ревизия
37372fb7ce
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      compiler/nadd.pas

+ 6 - 6
compiler/nadd.pas

@@ -1195,17 +1195,17 @@ implementation
                         u8bit:
                           nd:=u8inttype;
                         s16bit:
-                          nd:=s8inttype;
+                          nd:=s16inttype;
                         u16bit:
-                          nd:=u8inttype;
+                          nd:=u16inttype;
                         s32bit:
-                          nd:=s8inttype;
+                          nd:=s32inttype;
                         u32bit:
-                          nd:=u8inttype;
+                          nd:=u32inttype;
                         s64bit:
-                          nd:=s8inttype;
+                          nd:=s64inttype;
                         u64bit:
-                          nd:=u8inttype;
+                          nd:=u64inttype;
                         else
                           internalerror(200802291);
                       end;