Merge pull request #3282 from afonso360/x64-fix-brtables

cranelift: Fix `br_table` for `i64` types in x64 backend.
This commit is contained in:
Chris Fallin
2021-09-02 09:58:42 -07:00
committed by GitHub
3 changed files with 25 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
test interpret
test run
target aarch64
target x86_64 machinst
target s390x