fixed zipinstall after r36418

git-svn-id: trunk@36419 -
This commit is contained in:
Károly Balogh 2017-06-04 23:11:51 +00:00
parent 21e5f99faa
commit 365d774ca7
2 changed files with 8 additions and 4 deletions

View File

@ -152,7 +152,8 @@ const
{ 14 } 32 {'jvm'},
{ 15 } 16 {'i8086'},
{ 16 } 64 {'aarch64'},
{ 17 } 32 {'wasm'}
{ 17 } 32 {'wasm'},
{ 18 } 64 {'sparc64'}
);
CpuAluBitSize : array[tsystemcpu] of longint =
(
@ -173,7 +174,8 @@ const
{ 14 } 64 {'jvm'},
{ 15 } 16 {'i8086'},
{ 16 } 64 {'aarch64'},
{ 17 } 64 {'wasm'}
{ 17 } 64 {'wasm'},
{ 18 } 64 {'sparc64'}
);
{$endif generic_cpu}

View File

@ -79,7 +79,8 @@ const
{ 14 } 'jvm',
{ 15 } 'i8086',
{ 16 } 'aarch64',
{ 17 } 'wasm'
{ 17 } 'wasm',
{ 18 } 'sparc64'
);
{ List of all supported system-cpu couples }
@ -177,7 +178,8 @@ const
{ 89 } 'Win16',
{ 90 } 'Embedded-i8086',
{ 91 } 'AROS-arm',
{ 92 } 'WebAssembly-wasm'
{ 92 } 'WebAssembly-wasm',
{ 93 } 'Linux-sparc64'
);
const