From 0b7687f4f560e701427222ef4ce47f6de103bfde Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 20 Aug 2011 07:36:22 +0000 Subject: [PATCH] * fixed compilation git-svn-id: branches/jvmbackend@18298 - --- compiler/jvm/cpuinfo.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/jvm/cpuinfo.pas b/compiler/jvm/cpuinfo.pas index 9c3c5c9420..0b66b74966 100644 --- a/compiler/jvm/cpuinfo.pas +++ b/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] = (