Skip to content

Commit

Permalink
[asl] fix unwanted conversions into bitvectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienRenaud committed Mar 14, 2024
1 parent 9e3848e commit d9f2328
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion asllib/Native.ml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ module NativeBackend = struct

let as_bitvector = function
| NV_Literal (L_BitVector bits) -> bits
| NV_Literal (L_Int i) -> Bitvector.of_z (Z.numbits i) i
| v -> mismatch_type v [ default_t_bits ]

let as_int = function
Expand Down

0 comments on commit d9f2328

Please sign in to comment.