Skip to content

Commit

Permalink
Fix typo in aot_emit_aot_file.c (#2478)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh authored Aug 18, 2023
1 parent 0e12cde commit a2f76cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/iwasm/compilation/aot_emit_aot_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2f76cf

Please sign in to comment.