+ define the CPUWASM32 system macro for wasm32

git-svn-id: branches/wasm@47955 -
This commit is contained in:
nickysn 2021-01-02 07:54:53 +00:00
parent 76a3014e3a
commit b01a0a7018

View File

@ -3861,12 +3861,13 @@ procedure read_arguments(cmd:TCmdStr);
def_system_macro('FPC_COMP_IS_INT64');
{$endif z80}
{$ifdef wasm}
{$ifdef wasm32}
def_system_macro('CPUWASM');
def_system_macro('CPUWASM32');
def_system_macro('CPU32');
def_system_macro('FPC_CURRENCY_IS_INT64');
def_system_macro('FPC_COMP_IS_INT64');
{$endif wasm}
{$endif wasm32}
{$if defined(cpu8bitalu)}
def_system_macro('CPUINT8');