Просмотр исходного кода

* fixed copy&paste errors in cpunodefaultint

git-svn-id: trunk@11379 -
florian 17 лет назад
Родитель
Сommit
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;