diff --git a/core/iwasm/common/wasm_application.c b/core/iwasm/common/wasm_application.c index a139d1f4e..2d22a7e9b 100644 --- a/core/iwasm/common/wasm_application.c +++ b/core/iwasm/common/wasm_application.c @@ -755,7 +755,7 @@ wasm_application_execute_func(WASMModuleInstanceCommon *module_inst, } #endif -#if WAMR_ENABLE_PERF_PROFILING != 0 +#if WASM_ENABLE_PERF_PROFILING != 0 wasm_runtime_dump_perf_profiling(module_inst); #endif