Adding back invalid instruction logs.
This commit is contained in:
parent
f2c16c24f3
commit
2d01dced5a
|
@ -527,14 +527,14 @@ void LibjitEmitter::GenerateBasicBlock(FunctionBlock* block) {
|
||||||
|
|
||||||
XELOGCPU("Unimplemented instr %.8X %.8X %s",
|
XELOGCPU("Unimplemented instr %.8X %.8X %s",
|
||||||
ia, i.code, i.type->name);
|
ia, i.code, i.type->name);
|
||||||
// SpillRegisters();
|
SpillRegisters();
|
||||||
// jit_insn_call_native(
|
jit_insn_call_native(
|
||||||
// fn_,
|
fn_,
|
||||||
// "XeInvalidInstruction",
|
"XeInvalidInstruction",
|
||||||
// global_exports_.XeInvalidInstruction,
|
global_exports_.XeInvalidInstruction,
|
||||||
// global_export_signature_3_,
|
global_export_signature_3_,
|
||||||
// trace_args, XECOUNT(trace_args),
|
trace_args, XECOUNT(trace_args),
|
||||||
// 0);
|
0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue