Fixing JIT compilation
This commit is contained in:
parent
8a2db83803
commit
83bfd43a90
@ -55,7 +55,6 @@ pub struct Factory {
|
|||||||
|
|
||||||
impl Factory {
|
impl Factory {
|
||||||
/// Create fresh instance of VM
|
/// Create fresh instance of VM
|
||||||
#[cfg(test)]
|
|
||||||
#[cfg(feature="jit")]
|
#[cfg(feature="jit")]
|
||||||
pub fn create(&self) -> Box<Evm> {
|
pub fn create(&self) -> Box<Evm> {
|
||||||
match self.evm {
|
match self.evm {
|
||||||
|
Loading…
Reference in New Issue
Block a user