Revert "cranelift: Register all functions in test file for interpreter (#4800)" (#4810)

This reverts commit 500a9f17be.
This commit is contained in:
Chris Fallin
2022-08-29 18:15:11 -07:00
committed by GitHub
parent 955d4e4ba1
commit 2b4b257834
6 changed files with 38 additions and 139 deletions

View File

@@ -679,7 +679,7 @@ impl Value for DataValue {
}
fn not(self) -> ValueResult<Self> {
unary_match!(!(&self); [B, I8, I16, I32, I64])
unary_match!(!(&self); [I8, I16, I32, I64])
}
fn count_ones(self) -> ValueResult<Self> {