Fix typo in aot_emit_aot_file.c (#2478)

This commit is contained in:
Wenyong Huang 2023-08-18 13:57:23 +08:00 committed by GitHub
parent 0e12cdec48
commit a2f76cf93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1825,7 +1825,7 @@ aot_emit_text_section(uint8 *buf, uint8 *buf_end, uint32 *p_offset,
== 4 /* IMAGE_REL_AMD64_REL32 */)
|| (obj_data->target_info.bin_type
== 4 /* AOT_COFF32_BIN_TYPE */
&& obj_data->target_info.bin_type
&& relocation->relocation_type
== 20 /* IMAGE_REL_I386_REL32 */))) {
uint32 func_idx =
atoi(relocation->symbol_name