Fix brz.i128

Fixes #1066
This commit is contained in:
bjorn3
2019-10-01 21:32:37 +02:00
committed by Benjamin Bouvier
parent 0d50462a93
commit 093b3b3426
2 changed files with 13 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ pub(crate) fn define(insts: &InstructionGroup, imm: &Immediates) -> TransformGro
)
),
def!(c = band(a, b)),
def!(brz(c, ebb, vararg)),
def!(brnz(c, ebb, vararg)),
],
);