Merge branch 'decade' into ctrl-n
This commit is contained in:
commit
5506690de5
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ let rec create_affect_lit dest l ty =
|
|||
|
||||
(** Creates the expression dest <- src (copying arrays if necessary). *)
|
||||
and create_affect_stm dest src ty =
|
||||
match ty with
|
||||
match unalias_ctype ty with
|
||||
| Cty_arr (n, bty) ->
|
||||
(match src with
|
||||
| Carraylit l -> create_affect_lit dest l bty
|
||||
|
|
Loading…
Reference in a new issue