We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0067ebd commit 14f69b8Copy full SHA for 14f69b8
src/syscalls/mod.rs
@@ -1,7 +1,7 @@
1
use super::Error;
2
use crate::machine::SupportMachine;
3
4
-pub trait Syscalls<Mac: SupportMachine>: Send + Sync {
+pub trait Syscalls<Mac: SupportMachine>: Send {
5
fn initialize(&mut self, machine: &mut Mac) -> Result<(), Error>;
6
// Returned bool means if the syscall has been processed, if
7
// a module returns false, Machine would continue to leverage
0 commit comments