Skip to content

Commit 10756b7

Browse files
committed
---
yaml --- r: 265 b: refs/heads/master c: f02f9cb h: refs/heads/master i: 263: 9745e2a v: v3
1 parent 67d8eca commit 10756b7

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
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: 25a38ee4f7b12e17b86919dd35164dfe6f81381d
2+
refs/heads/master: f02f9cbf29c2fdc28baeaa5a25671d9be29d6eab

trunk/src/boot/me/trans.ml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2475,9 +2475,7 @@ let trans_visitor
24752475
let obj = deref binding in
24762476
let tydesc = get_element_ptr obj 1 in
24772477
let body = get_element_ptr obj 2 in
2478-
let ty_params =
2479-
get_element_ptr (deref tydesc) Abi.tydesc_field_first_param
2480-
in
2478+
let ty_params = get_tydesc_params ty_params tydesc in
24812479
let dtor =
24822480
get_element_ptr (deref tydesc) Abi.tydesc_field_obj_drop_glue
24832481
in
@@ -3670,9 +3668,9 @@ let trans_visitor
36703668
end
36713669
call.call_callee_ty_params;
36723670

3673-
trans_arg1 callee_task_cell;
3671+
trans_arg1 callee_task_cell;
36743672

3675-
trans_arg0 callee_output_cell initializing_arg0 call
3673+
trans_arg0 callee_output_cell initializing_arg0 call
36763674

36773675

36783676

0 commit comments

Comments
 (0)