Move process_instruction defs to runtime (#12507)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Native loader
|
||||
use crate::process_instruction::{InvokeContext, LoaderEntrypoint};
|
||||
#[cfg(unix)]
|
||||
use libloading::os::unix::*;
|
||||
#[cfg(windows)]
|
||||
@@ -8,7 +9,7 @@ use num_derive::{FromPrimitive, ToPrimitive};
|
||||
use solana_sdk::{
|
||||
account::{next_keyed_account, KeyedAccount},
|
||||
decode_error::DecodeError,
|
||||
entrypoint_native::{InvokeContext, LoaderEntrypoint, ProgramEntrypoint},
|
||||
entrypoint_native::ProgramEntrypoint,
|
||||
instruction::InstructionError,
|
||||
pubkey::Pubkey,
|
||||
};
|
||||
|
Reference in New Issue
Block a user