File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2475,9 +2475,7 @@ let trans_visitor
2475
2475
let obj = deref binding in
2476
2476
let tydesc = get_element_ptr obj 1 in
2477
2477
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
2481
2479
let dtor =
2482
2480
get_element_ptr (deref tydesc) Abi. tydesc_field_obj_drop_glue
2483
2481
in
@@ -3670,9 +3668,9 @@ let trans_visitor
3670
3668
end
3671
3669
call.call_callee_ty_params;
3672
3670
3673
- trans_arg1 callee_task_cell;
3671
+ trans_arg1 callee_task_cell;
3674
3672
3675
- trans_arg0 callee_output_cell initializing_arg0 call
3673
+ trans_arg0 callee_output_cell initializing_arg0 call
3676
3674
3677
3675
3678
3676
You can’t perform that action at this time.
0 commit comments