You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
272 B

Regression test for the interpreter and optimizing's builder which used
to trip when compiled code contained a packed switch with no targets.
Regression test for the arm64 mterp miscalculating the switch table
address, zero-extending a register instead of sign-extending.