Skip to content

Commit

Permalink
simplify implementation of owi_char
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jul 31, 2024
1 parent 4857582 commit dbff7f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/symbolic/symbolic_wasm_ffi.ml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ module M :
Choice.with_new_symbol (Ty_bitv 8) (fun sym ->
Expr.make (Cvtop (Ty_bitv 32, Zero_extend 24, Expr.symbol sym)) )

let symbol_char () =
Choice.with_new_symbol (Ty_bitv 8) (fun sym ->
Expr.make (Cvtop (Ty_bitv 32, Zero_extend 24, Expr.symbol sym)) )
let symbol_char = symbol_i8

let symbol_i32 () = Choice.with_new_symbol (Ty_bitv 32) Expr.symbol

Expand Down

0 comments on commit dbff7f9

Please sign in to comment.