We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e5ad3 commit bf341f8Copy full SHA for bf341f8
src/boot/me/dwarf.ml
@@ -2176,14 +2176,8 @@ let dwarf_visitor
2176
in
2177
2178
let addr_ranges (fix:fixup) : frag =
2179
- let image_is_relocated =
2180
- match cx.ctxt_sess.Session.sess_targ with
2181
- Win32_x86_pe ->
2182
- cx.ctxt_sess.Session.sess_library_mode
2183
- | _ -> true
2184
- in
2185
let lo =
2186
- if image_is_relocated
+ if cx.ctxt_sess.Session.sess_library_mode
2187
then image_base_rel fix
2188
else M_POS fix
2189
0 commit comments