mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Fix trigger #ud instead of generating call to it
This commit is contained in:
parent
0087809f0e
commit
eb7b33df7b
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ function gen_instruction_body(encodings, size)
|
|||
default_case: {
|
||||
body: [
|
||||
"assert(false);",
|
||||
"trigger_ud();",
|
||||
`gen_fn0("trigger_ud", 10);`,
|
||||
],
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue