Skip to content

Commit 67d8eca

Browse files
committed
---
yaml --- r: 264 b: refs/heads/master c: 25a38ee h: refs/heads/master v: v3
1 parent 9745e2a commit 67d8eca

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
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: 373f904c92b59efc599a4f54eeb7f203e34779b8
2+
refs/heads/master: 25a38ee4f7b12e17b86919dd35164dfe6f81381d

trunk/src/boot/me/trans.ml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3597,6 +3597,9 @@ let trans_visitor
35973597
let callee_task_cell =
35983598
get_element_ptr all_callee_args_cell Abi.calltup_elt_task_ptr
35993599
in
3600+
let callee_indirect_args =
3601+
get_element_ptr all_callee_args_cell Abi.calltup_elt_indirect_args
3602+
in
36003603
let callee_ty_params =
36013604
get_element_ptr all_callee_args_cell Abi.calltup_elt_ty_params
36023605
in
@@ -3608,10 +3611,6 @@ let trans_visitor
36083611
get_element_ptr_dyn_in_current_frame
36093612
all_callee_args_cell Abi.calltup_elt_iterator_args
36103613
in
3611-
let callee_indirect_args =
3612-
get_element_ptr_dyn_in_current_frame
3613-
all_callee_args_cell Abi.calltup_elt_indirect_args
3614-
in
36153614

36163615
let n_args = Array.length call.call_args in
36173616
let n_iterators = Array.length call.call_iterator_args in

0 commit comments

Comments
 (0)