mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-21 17:11:32 +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(); \
|
CHECK_INSTRUCTION_LIMIT(); \
|
||||||
continue;
|
continue;
|
||||||
#else
|
#else
|
||||||
#define HANDLE_OP_END()
|
#define HANDLE_OP_END() \
|
||||||
CHECK_INSTRUCTION_LIMIT();
|
CHECK_INSTRUCTION_LIMIT(); \
|
||||||
continue;
|
continue;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* end of WASM_ENABLE_LABELS_AS_VALUES */
|
#endif /* end of WASM_ENABLE_LABELS_AS_VALUES */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user