File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 3e513008b1b1aeab915a8bb2d236d51f85469dbe
2
+ refs/heads/master: 967a6f861da8a114bcd3915ae727f9945bd625bc
Original file line number Diff line number Diff line change @@ -1339,8 +1339,15 @@ let trans_visitor
1339
1339
| _ ->
1340
1340
fix (get_free_glue t (type_has_state cx t));
1341
1341
end ;
1342
- fix (get_sever_glue t);
1343
- fix (get_mark_glue t);
1342
+
1343
+ if cx.ctxt_sess.Session. sess_minimal
1344
+ then Asm. WORD (word_ty_mach, Asm. IMM 0L )
1345
+ else fix (get_sever_glue t);
1346
+
1347
+ if cx.ctxt_sess.Session. sess_minimal
1348
+ then Asm. WORD (word_ty_mach, Asm. IMM 0L )
1349
+ else fix (get_mark_glue t);
1350
+
1344
1351
(* Include any obj-dtor, if this is an obj and has one. *)
1345
1352
begin
1346
1353
match idopt with
You can’t perform that action at this time.
0 commit comments