Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed May 7, 2023
1 parent 796e213 commit 48d1add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fmm-llvm/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn compile_instruction<'c, 'a>(
}
Instruction::Call(call) => {
let value = builder.build_call(
inkwell::values::CallableValue::try_from(
inkwell::values::CallSiteValue::try_from(
compile_expression(call.function()).into_pointer_value(),
)
.unwrap(),
Expand Down

0 comments on commit 48d1add

Please sign in to comment.