Skip to content

Commit

Permalink
Fix typo of WASM_ENABLE_SPEC_TEST macro in wasm_application.c
Browse files Browse the repository at this point in the history
  • Loading branch information
no1wudi committed Dec 13, 2023
1 parent eab09a2 commit e2956c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/iwasm/common/wasm_application.c
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ execute_func(WASMModuleInstanceCommon *module_inst, const char *name,
}
#endif
else if (wasm_obj_is_externref_obj(gc_obj)) {
#if WASM_ENABLE_SPEC == 0
#if WASM_ENABLE_SPEC_TEST == 0
WASMObjectRef obj = wasm_externref_obj_to_internal_obj(
(WASMExternrefObjectRef)gc_obj);
if (wasm_obj_is_anyref_obj(obj))
Expand Down

0 comments on commit e2956c9

Please sign in to comment.