Skip to content

Commit

Permalink
bits
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka committed Apr 13, 2024
1 parent 223f8d9 commit f3296eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/rust_backend/Runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SymExpr _sym_build_integer128(uint64_t high, uint64_t low) {

SymExpr _sym_build_integer_from_buffer(void *buffer, unsigned num_bits) {
return registerExpression(
symexpr(_rsym_build_integer_from_buffer(buffer, num_bits)));
symexpr(_rsym_build_integer_from_buffer(buffer, num_bits), num_bits));
}

SymExpr _sym_build_float(double value, int is_double) {
Expand Down

0 comments on commit f3296eb

Please sign in to comment.