Remove filter which prevents initializer offset check

This commit is contained in:
Brandon Fish
2019-08-10 13:59:31 -06:00
parent 1584beebe6
commit bb8b4960b8
2 changed files with 16 additions and 20 deletions

View File

@ -134,7 +134,6 @@ impl LocalBacking {
.info
.data_initializers
.iter()
.filter(|init| init.data.len() > 0)
{
let init_base = match init.base {
Initializer::Const(Value::I32(offset)) => offset as u32,