|
|
@ -116,7 +116,7 @@ namespace Decompiler |
|
|
|
case ILCode.BrLogicOr: |
|
|
|
case ILCode.BrLogicOr: |
|
|
|
if (forceInferChildren) { |
|
|
|
if (forceInferChildren) { |
|
|
|
InferTypeForExpression(expr.Arguments[0], typeSystem.Boolean); |
|
|
|
InferTypeForExpression(expr.Arguments[0], typeSystem.Boolean); |
|
|
|
InferTypeForExpression(expr.Arguments[0], typeSystem.Boolean); |
|
|
|
InferTypeForExpression(expr.Arguments[1], typeSystem.Boolean); |
|
|
|
} |
|
|
|
} |
|
|
|
return null; |
|
|
|
return null; |
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|