Compare commits
No commits in common. "dfd21eb42da425e6ea23e0463f9d6605452f94c1" and "84724f800046437d608e21f1c8ad07c910cd1f8a" have entirely different histories.
dfd21eb42d
...
84724f8000
@ -133,9 +133,6 @@ pub fn execute(stack: &mut Stack, mut origin_stack: Option<&mut Stack>, mod_name
|
||||
#[cfg(target_family = "unix")]
|
||||
"_unix_random" => instructions::_unix_random::_unix_random(&mut stack.memory),
|
||||
|
||||
#[cfg(not(target_family = "unix"))]
|
||||
"_unix_random" => instructions::random::random(&mut stack.memory),
|
||||
|
||||
// Labast-specific
|
||||
"random" => instructions::random::random(&mut stack.memory),
|
||||
|
||||
@ -145,4 +142,4 @@ pub fn execute(stack: &mut Stack, mut origin_stack: Option<&mut Stack>, mod_name
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user