File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ let translate loc
450
450
| Poffsetint n ->
451
451
E. int32_add (Ext_list. singleton_exn args) (E. small_int n)
452
452
| Poffsetref n ->
453
- let v = ( Js_of_lam_block. field ( Fld_record " contents " ) (Ext_list. singleton_exn args) 0l ) in
453
+ let v = Js_of_lam_block. field Lambda. ref_field_info (Ext_list. singleton_exn args) 0l in
454
454
E. seq (E. assign v (E. int32_add v (E. small_int n))) E. unit
455
455
| Psequand -> (* TODO: rhs is possibly a tail call *)
456
456
begin match args with
Original file line number Diff line number Diff line change @@ -74259,7 +74259,7 @@ type tag_info =
74259
74259
let default_tag_info : tag_info = Blk_na ""
74260
74260
74261
74261
let ref_tag_info : tag_info = Blk_record [| "contents" |]
74262
-
74262
+
74263
74263
type field_dbg_info =
74264
74264
| Fld_na
74265
74265
| Fld_record of string
@@ -120735,7 +120735,7 @@ let translate loc
120735
120735
| Poffsetint n ->
120736
120736
E.int32_add (Ext_list.singleton_exn args) (E.small_int n)
120737
120737
| Poffsetref n ->
120738
- let v = ( Js_of_lam_block.field (Fld_record "contents") (Ext_list.singleton_exn args) 0l) in
120738
+ let v = Js_of_lam_block.field Lambda.ref_field_info (Ext_list.singleton_exn args) 0l in
120739
120739
E.seq (E.assign v (E.int32_add v (E.small_int n))) E.unit
120740
120740
| Psequand -> (* TODO: rhs is possibly a tail call *)
120741
120741
begin match args with
Original file line number Diff line number Diff line change @@ -63212,7 +63212,7 @@ type tag_info =
63212
63212
let default_tag_info : tag_info = Blk_na ""
63213
63213
63214
63214
let ref_tag_info : tag_info = Blk_record [| "contents" |]
63215
-
63215
+
63216
63216
type field_dbg_info =
63217
63217
| Fld_na
63218
63218
| Fld_record of string
@@ -112408,7 +112408,7 @@ let translate loc
112408
112408
| Poffsetint n ->
112409
112409
E.int32_add (Ext_list.singleton_exn args) (E.small_int n)
112410
112410
| Poffsetref n ->
112411
- let v = ( Js_of_lam_block.field (Fld_record "contents") (Ext_list.singleton_exn args) 0l) in
112411
+ let v = Js_of_lam_block.field Lambda.ref_field_info (Ext_list.singleton_exn args) 0l in
112412
112412
E.seq (E.assign v (E.int32_add v (E.small_int n))) E.unit
112413
112413
| Psequand -> (* TODO: rhs is possibly a tail call *)
112414
112414
begin match args with
You can’t perform that action at this time.
0 commit comments