| ... | @@ -1817,7 +1817,7 @@ pub const JumpTable = struct { | ... | @@ -1817,7 +1817,7 @@ pub const JumpTable = struct { |
| 1817 | | 1817 | |
| 1818 | pub fn targetAddress(jt: JumpTable, index: Index, zo: *ZigObject, elf_file: *Elf) i64 { | 1818 | pub fn targetAddress(jt: JumpTable, index: Index, zo: *ZigObject, elf_file: *Elf) i64 { |
| 1819 | const sym_index = jt.entries.items(.sym_index)[index]; | 1819 | const sym_index = jt.entries.items(.sym_index)[index]; |
| 1820 | return zo.symbol(sym_index).address(.{}, elf_file); | 1820 | return zo.symbol(sym_index).address(.{ .zjt = false }, elf_file); |
| 1821 | } | 1821 | } |
| 1822 | | 1822 | |
| 1823 | const max_jump_seq_len = 12; | 1823 | const max_jump_seq_len = 12; |