mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-08 17:29:49 +01:00
fix build with generic_cpu defined after r35497
git-svn-id: trunk@35499 -
This commit is contained in:
parent
315adde6ef
commit
bfd95d6bef
@ -151,7 +151,8 @@ const
|
|||||||
{ 13 } 32 {'mipsel'},
|
{ 13 } 32 {'mipsel'},
|
||||||
{ 14 } 32 {'jvm'},
|
{ 14 } 32 {'jvm'},
|
||||||
{ 15 } 16 {'i8086'},
|
{ 15 } 16 {'i8086'},
|
||||||
{ 16 } 64 {'aarch64'}
|
{ 16 } 64 {'aarch64'},
|
||||||
|
{ 17 } 32 {'wasm'}
|
||||||
);
|
);
|
||||||
CpuAluBitSize : array[tsystemcpu] of longint =
|
CpuAluBitSize : array[tsystemcpu] of longint =
|
||||||
(
|
(
|
||||||
@ -171,7 +172,8 @@ const
|
|||||||
{ 13 } 32 {'mipsel'},
|
{ 13 } 32 {'mipsel'},
|
||||||
{ 14 } 64 {'jvm'},
|
{ 14 } 64 {'jvm'},
|
||||||
{ 15 } 16 {'i8086'},
|
{ 15 } 16 {'i8086'},
|
||||||
{ 16 } 64 {'aarch64'}
|
{ 16 } 64 {'aarch64'},
|
||||||
|
{ 17 } 64 {'wasm'}
|
||||||
);
|
);
|
||||||
{$endif generic_cpu}
|
{$endif generic_cpu}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user