Skip to content

Commit

Permalink
Slight generalization
Browse files Browse the repository at this point in the history
  • Loading branch information
msprotz committed Feb 7, 2025
1 parent 97a06e0 commit 4ff126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AstToCStar.ml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ and mk_stmts env e ret_type =

| EBufFill (e1, e2, e3) ->
let e' = CStar.BufFill (
mk_type env (assert_tbuf e1.typ),
mk_type env (assert_tbuf_or_tarray e1.typ),
mk_expr env false false e1,
mk_expr env false false e2,
mk_expr env false false e3
Expand Down

0 comments on commit 4ff126e

Please sign in to comment.