This commit is contained in:
baldurk
2016-02-07 18:41:59 +01:00
parent fc0d2b9d66
commit 1c6f8107f7
@@ -1046,7 +1046,7 @@ struct SPVInstruction
break;
case spv::OpISub:
case spv::OpFSub:
opstr[0] = '+';
opstr[0] = '-';
break;
case spv::OpIMul:
case spv::OpFMul: