mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-13 13:11:25 +00:00
parent
e64b6e8120
commit
39c68f66d7
|
@ -197,8 +197,7 @@ typedef struct AOTModule {
|
||||||
uint8 *literal;
|
uint8 *literal;
|
||||||
uint32 literal_size;
|
uint32 literal_size;
|
||||||
|
|
||||||
#if (defined(BUILD_TARGET_X86_64) || defined(BUILD_TARGET_AMD_64)) \
|
#if defined(BH_PLATFORM_WINDOWS)
|
||||||
&& defined(BH_PLATFORM_WINDOWS)
|
|
||||||
/* extra plt data area for __xmm and __real constants
|
/* extra plt data area for __xmm and __real constants
|
||||||
in Windows platform, NULL for JIT mode */
|
in Windows platform, NULL for JIT mode */
|
||||||
uint8 *extra_plt_data;
|
uint8 *extra_plt_data;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user