Skip to content

Commit c95646f

Browse files
committed
---
yaml --- r: 749 b: refs/heads/master c: facc5f8 h: refs/heads/master i: 747: 22548a4 v: v3
1 parent c0be673 commit c95646f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: b184be07e1b8b05163ecfe0b084c6cf56382d411
2+
refs/heads/master: facc5f8826ffe25cbdfa3496e71e30e00261f3a4

trunk/src/boot/be/x86.ml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ let fn_prologue
12361236
(nabi:nabi)
12371237
(grow_task_fixup:fixup)
12381238
(is_obj_fn:bool)
1239-
(minimal:bool)
1239+
(_(*minimal*):bool)
12401240
: unit =
12411241

12421242
let esi_n = word_n (h esi) in
@@ -1373,12 +1373,8 @@ let fn_prologue
13731373
in
13741374

13751375
(* "Full" frame size-check. *)
1376-
match dynamic_grow_jmp with
1377-
None when minimal -> ()
1378-
| _ ->
1379-
stack_growth_check e nabi grow_task_fixup
1380-
dynamic_frame_sz dynamic_grow_jmp restart_pc (h esi) (h edi);
1381-
1376+
stack_growth_check e nabi grow_task_fixup
1377+
dynamic_frame_sz dynamic_grow_jmp restart_pc (h esi) (h edi);
13821378

13831379
(* Establish a frame, wherever we landed. *)
13841380
sub (rc esp) dynamic_frame_sz;

0 commit comments

Comments
 (0)