mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 16:38:25 +02:00
* fixed compilation
git-svn-id: branches/jvmbackend@18298 -
This commit is contained in:
parent
c84ec623dd
commit
0b7687f4f5
@ -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] = (
|
||||
|
Loading…
Reference in New Issue
Block a user