diff --git a/core/iwasm/interpreter/wasm_interp_classic.c b/core/iwasm/interpreter/wasm_interp_classic.c index 88e25308f..092afe347 100644 --- a/core/iwasm/interpreter/wasm_interp_classic.c +++ b/core/iwasm/interpreter/wasm_interp_classic.c @@ -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 */