Skip to content

Commit 1a0a6ba

Browse files
committed
---
yaml --- r: 487 b: refs/heads/master c: bf341f8 h: refs/heads/master i: 485: 9dfd602 483: 0f34f13 479: 2c703d7 v: v3
1 parent 87494a2 commit 1a0a6ba

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 60e5ad384e6b748a780148e9232b9bb44cd08cec
2+
refs/heads/master: bf341f829bd71aeb5e0a9ee2b7b32c7d42e08564

trunk/src/boot/me/dwarf.ml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2176,14 +2176,8 @@ let dwarf_visitor
21762176
in
21772177

21782178
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
21852179
let lo =
2186-
if image_is_relocated
2180+
if cx.ctxt_sess.Session.sess_library_mode
21872181
then image_base_rel fix
21882182
else M_POS fix
21892183
in

0 commit comments

Comments
 (0)