Don't fail when invalid instructions are analyzed/jitted

This commit is contained in:
Fabian 2018-06-09 15:52:28 -05:00
parent fdc025f0d5
commit 2609041e64
2 changed files with 0 additions and 2 deletions

View file

@ -255,7 +255,6 @@ function gen_instruction_body(encodings, size)
default_case: {
body: [
"assert(false);",
"analysis.flags |= JIT_INSTR_BLOCK_BOUNDARY_FLAG;",
"analysis.flags |= JIT_INSTR_NO_NEXT_INSTRUCTION_FLAG;",
],

View file

@ -297,7 +297,6 @@ function gen_instruction_body(encodings, size)
default_case: {
body: [
"assert(false);",
gen_codegen_call("trigger_ud"),
],
}