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 87494a2 commit 1a0a6baCopy full SHA for 1a0a6ba
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 60e5ad384e6b748a780148e9232b9bb44cd08cec
+refs/heads/master: bf341f829bd71aeb5e0a9ee2b7b32c7d42e08564
trunk/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