Skip to content

Commit 227e56d

Browse files
authored
pub vm state (#27)
1 parent b59b53f commit 227e56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/vm/src/arch/vm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ where
910910
#[getset(get = "pub")]
911911
exe: Arc<VmExe<Val<E::SC>>>,
912912
#[getset(get = "pub", get_mut = "pub")]
913-
state: Option<VmState<Val<E::SC>, GuestMemory>>,
913+
pub state: Option<VmState<Val<E::SC>, GuestMemory>>,
914914
}
915915

916916
impl<E, VB> VmInstance<E, VB>

0 commit comments

Comments
 (0)