X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-archdep.h;h=9a3ad0157044ba79cbb6deb47a7b20a39ced03db;hb=HEAD;hp=274f6dac2fdabdfed67add95ea4a76eaa559f494;hpb=2099acf5f4a80c46bf4e75e9d67b8db4f2c86bbd;p=mono.git diff --git a/mono/sgen/sgen-archdep.h b/mono/sgen/sgen-archdep.h index 274f6dac2fd..9a3ad015704 100644 --- a/mono/sgen/sgen-archdep.h +++ b/mono/sgen/sgen-archdep.h @@ -39,13 +39,6 @@ #define REDZONE_SIZE 224 -/* MS_BLOCK_SIZE must be a multiple of the system pagesize, which for some - architectures is 64k. */ -#if defined(TARGET_POWERPC) || defined(TARGET_POWERPC64) -#define ARCH_MIN_MS_BLOCK_SIZE (64*1024) -#define ARCH_MIN_MS_BLOCK_SIZE_SHIFT 16 -#endif - #elif defined(TARGET_ARM) #define REDZONE_SIZE 0 @@ -72,6 +65,10 @@ #define REDZONE_SIZE 0 +#elif defined (TARGET_WASM) + +#define REDZONE_SIZE 0 + #endif #endif /* __MONO_SGENARCHDEP_H__ */