formatting commit

This commit is contained in:
Maks Litskevich 2025-01-27 15:57:58 +00:00 committed by Marcin Kolny
parent bd97970828
commit 253d741f77
3 changed files with 5 additions and 5 deletions

View File

@ -47,7 +47,7 @@ typedef float64 CellType_F64;
&& (app_addr) <= shared_heap_end_off - bytes + 1) && (app_addr) <= shared_heap_end_off - bytes + 1)
#define shared_heap_addr_app_to_native(app_addr, native_addr) \ #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) \ #define CHECK_SHARED_HEAP_OVERFLOW(app_addr, bytes, native_addr) \
if (app_addr_in_shared_heap(app_addr, bytes)) \ if (app_addr_in_shared_heap(app_addr, bytes)) \

View File

@ -807,7 +807,7 @@ typedef enum WASMAtomicEXTOpcode {
SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \ SET_GOTO_TABLE_ELEM(EXT_OP_TEE_LOCAL_FAST_V128), \
SET_GOTO_TABLE_ELEM(EXT_OP_COPY_STACK_TOP_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_GET_GLOBAL_128), \
SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128), \ SET_GOTO_TABLE_ELEM(WASM_OP_SET_GLOBAL_128),
#else #else
#define DEF_EXT_V128_HANDLE() #define DEF_EXT_V128_HANDLE()