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

* fixed compilation

git-svn-id: branches/jvmbackend@18298 -
Jonas Maebe 14 лет назад
Родитель
Сommit
0b7687f4f5
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      compiler/jvm/cpuinfo.pas

+ 3 - 3
compiler/jvm/cpuinfo.pas

@@ -12,7 +12,7 @@
 
  **********************************************************************}
 
-Unit CPUInfo;
+Unit cpuinfo;
 
 Interface
 
@@ -43,10 +43,10 @@ Type
 Const
    { calling conventions supported by the code generator }
    supported_calling_conventions : tproccalloptions = [
-     pocall_internproc,
+     pocall_internproc
    ];
 
-   cputypestr : array[tcputype] of string[1] = ('',
+   cputypestr : array[tcputype] of string[1] = (''
    );
 
    fputypestr : array[tfputype] of string[8] = (