From bfd95d6bef971c50955b3e02bdc317b3722ac19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Wed, 1 Mar 2017 15:32:12 +0000 Subject: [PATCH] fix build with generic_cpu defined after r35497 git-svn-id: trunk@35499 - --- compiler/entfile.pas | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler/entfile.pas b/compiler/entfile.pas index 7a33ab28b5..fbc2dd570e 100644 --- a/compiler/entfile.pas +++ b/compiler/entfile.pas @@ -151,7 +151,8 @@ const { 13 } 32 {'mipsel'}, { 14 } 32 {'jvm'}, { 15 } 16 {'i8086'}, - { 16 } 64 {'aarch64'} + { 16 } 64 {'aarch64'}, + { 17 } 32 {'wasm'} ); CpuAluBitSize : array[tsystemcpu] of longint = ( @@ -171,7 +172,8 @@ const { 13 } 32 {'mipsel'}, { 14 } 64 {'jvm'}, { 15 } 16 {'i8086'}, - { 16 } 64 {'aarch64'} + { 16 } 64 {'aarch64'}, + { 17 } 64 {'wasm'} ); {$endif generic_cpu}