mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-21 09:01:20 +00:00
fix: format HANDLE_OP_END macro for better readability
This commit is contained in:
parent
41bbcb7ded
commit
a7d90ebf59
|
@ -1548,9 +1548,9 @@ wasm_interp_call_func_import(WASMModuleInstance *module_inst,
|
|||
CHECK_INSTRUCTION_LIMIT(); \
|
||||
continue;
|
||||
#else
|
||||
#define HANDLE_OP_END()
|
||||
CHECK_INSTRUCTION_LIMIT();
|
||||
continue;
|
||||
#define HANDLE_OP_END() \
|
||||
CHECK_INSTRUCTION_LIMIT(); \
|
||||
continue;
|
||||
#endif
|
||||
|
||||
#endif /* end of WASM_ENABLE_LABELS_AS_VALUES */
|
||||
|
|
Loading…
Reference in New Issue
Block a user