Skip to content

Commit

Permalink
Fixes the bug in solana-labs#20598
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichtso committed Oct 13, 2021
1 parent fbf446a commit b8c4e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/bpf_loader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ fn process_instruction_common(
Some(executor) => executor,
None => {
let executor = create_executor(
next_first_instruction_account,
first_instruction_account,
program_data_offset,
invoke_context,
use_jit,
Expand Down

0 comments on commit b8c4e59

Please sign in to comment.