mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Disable icicle jit
This commit is contained in:
@@ -6,7 +6,7 @@ use crate::registers;
|
||||
|
||||
fn create_x64_vm() -> icicle_vm::Vm {
|
||||
let mut cpu_config = icicle_vm::cpu::Config::from_target_triple("x86_64-none");
|
||||
cpu_config.enable_jit = true;
|
||||
cpu_config.enable_jit = false;
|
||||
cpu_config.enable_jit_mem = true;
|
||||
cpu_config.enable_shadow_stack = false;
|
||||
cpu_config.enable_recompilation = true;
|
||||
|
||||
Reference in New Issue
Block a user