mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 21:29:20 +02:00
+ define the CPUWASM32 system macro for wasm32
git-svn-id: branches/wasm@47955 -
This commit is contained in:
parent
76a3014e3a
commit
b01a0a7018
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user