Skip to content

Commit

Permalink
Exposes the Arc in Executable::get_loader().
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed May 24, 2023
1 parent b73240c commit d75beed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl<V: Verifier, C: ContextObject> Executable<V, C> {
}

/// Get the loader built-in program
pub fn get_loader(&self) -> &BuiltinProgram<C> {
pub fn get_loader(&self) -> &Arc<BuiltinProgram<C>> {
&self.loader
}

Expand Down

0 comments on commit d75beed

Please sign in to comment.