add detail br_if error

This commit is contained in:
Patrick Ventuzelo
2019-12-05 15:19:58 +01:00
parent e968b9313b
commit 414d4bb4f5

View File

@@ -468,7 +468,7 @@ where
} }
other => { other => {
return Err(Error::Microwasm( return Err(Error::Microwasm(
format!("unimplemented {:#?}", other).to_string(), format!("br_if unimplemented case: {:#?}", other).to_string(),
)) ))
} }
}; };