core/iwasm/common/wasm_application.c: Fix a typo of macro (#1180)
Change WAMR_ENABLE_PERF_PROFILING to WASM_ENABLE_PERF_PROFILING
This commit is contained in:
@ -755,7 +755,7 @@ wasm_application_execute_func(WASMModuleInstanceCommon *module_inst,
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if WAMR_ENABLE_PERF_PROFILING != 0
|
#if WASM_ENABLE_PERF_PROFILING != 0
|
||||||
wasm_runtime_dump_perf_profiling(module_inst);
|
wasm_runtime_dump_perf_profiling(module_inst);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user