generate_jit (minor): Use standard gen_codegen_call for trigger_ud

This commit is contained in:
Amaan Cheval 2018-04-20 19:53:08 +05:30 committed by Fabian
parent cde8a2d005
commit d1b728b582

View file

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