mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
formatting commit
This commit is contained in:
parent
bd97970828
commit
253d741f77
|
@ -47,7 +47,7 @@ typedef float64 CellType_F64;
|
|||
&& (app_addr) <= shared_heap_end_off - bytes + 1)
|
||||
|
||||
#define shared_heap_addr_app_to_native(app_addr, native_addr) \
|
||||
native_addr = shared_heap_base_addr + ((app_addr) - shared_heap_start_off)
|
||||
native_addr = shared_heap_base_addr + ((app_addr)-shared_heap_start_off)
|
||||
|
||||
#define CHECK_SHARED_HEAP_OVERFLOW(app_addr, bytes, native_addr) \
|
||||
if (app_addr_in_shared_heap(app_addr, bytes)) \
|
||||
|
|
|
@ -807,7 +807,7 @@ typedef enum WASMAtomicEXTOpcode {
|
|||
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
|
||||
SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_V128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_GET_GLOBAL_128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128), \
|
||||
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128),
|
||||
|
||||
#else
|
||||
#define DEF_EXT_V128_HANDLE()
|
||||
|
|
Loading…
Reference in New Issue
Block a user