Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
031924-dwarf-tracing-retval: xclippy
Browse files Browse the repository at this point in the history
  • Loading branch information
jcivlin committed Mar 19, 2024
1 parent 32c06a9 commit 6288744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/solana/move-to-solana/src/stackless/llvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ impl Builder {
}
}

pub fn load_return(&self, ty: Type, val: Alloca) -> (*mut LLVMValue, *mut LLVMValue) {
pub fn load_return(&self, ty: Type, val: Alloca) -> (*mut LLVMValue, *mut LLVMValue) {
unsafe {
let tmp_reg = LLVMBuildLoad2(self.0, ty.0, val.0, "retval".cstr());
let ret_val = LLVMBuildRet(self.0, tmp_reg);
Expand Down

0 comments on commit 6288744

Please sign in to comment.