mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Use gen_trigger_ud
This commit is contained in:
parent
392128679b
commit
4e6d925ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;"
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue