Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher1 committed Apr 20, 2024
1 parent 6c1ae20 commit 6d9e34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion takolib/src/codegen/backend/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ impl<'ctx> BackendStateTrait for LlvmState<'ctx> {
}

fn array_of_strings_type(&mut self) -> Self::PointerType {
self.char_ptr_type()
self.context.ptr_type(AddressSpace::default())
}
fn const_int<T: Into<u64>>(&mut self, ty: Self::IntType, value: T) -> Self::Value {
// TODO: Check bounds.
Expand Down

0 comments on commit 6d9e34a

Please sign in to comment.