Use gen_trigger_ud

This commit is contained in:
Fabian 2020-12-31 19:14:31 -06:00
parent 392128679b
commit 4e6d925ee3

View file

@ -199,7 +199,7 @@ function gen_instruction_body_after_prefix(encodings, size)
default_case: {
body: [].concat(
gen_call(`::codegen::gen_fn0_const`, ["ctx.builder", '"trigger_ud"']),
gen_call(`::codegen::gen_trigger_ud`, ["ctx"]),
"*instr_flags |= ::jit::JIT_INSTR_BLOCK_BOUNDARY_FLAG;"
),
}