Skip to content

Commit

Permalink
generate_jit (minor): Use standard gen_codegen_call for trigger_ud
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaanC authored and copy committed Jul 22, 2020
1 parent cde8a2d commit d1b728b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen/generate_jit.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
],
}
},
Expand Down

0 comments on commit d1b728b

Please sign in to comment.