| author | |
| committer | |
| log | d43b0cb31f82dedc210468bd28c142d4995864ba |
| tree | 4b7e75d1e39222597c559e7e61ee0ded955159d9 |
| parent | 90aa68cbfc088376a6890402ea5ed5c340c75f7c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/MachO/InternalObject.zig+1-1| ... | ... | @@ -281,7 +281,7 @@ fn addObjcMethnameSection(self: *InternalObject, methname: []const u8, macho_fil |
| 281 | 281 | sym.nlist_idx = nlist_idx; |
| 282 | 282 | try self.globals.append(gpa, 0); |
| 283 | 283 | |
| 284 | return atom_index; | |
| 284 | return sym_index; | |
| 285 | 285 | } |
| 286 | 286 | |
| 287 | 287 | fn addObjcSelrefsSection(self: *InternalObject, methname_sym_index: Symbol.Index, macho_file: *MachO) !Symbol.Index { |