Fix normalization of ^n operator
This commit is contained in:
parent
0e6eb98bf7
commit
134c7a2498
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ and translate_app kind context op e_list =
|
|||
let context, e_list = translate_list kind context e_list in
|
||||
context, e_list
|
||||
| Earray_fill, [e] ->
|
||||
let context, e = translate VRef context e in
|
||||
let context, e = translate Exp context e in
|
||||
context, [e]
|
||||
| Eselect, [e'] ->
|
||||
let context, e' = translate VRef context e' in
|
||||
|
|
Loading…
Reference in a new issue