Fix trigger #ud instead of generating call to it

This commit is contained in:
Fabian 2018-03-25 15:25:19 -05:00
parent 0087809f0e
commit eb7b33df7b

View file

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