printExpression: select the right field of the union for CONDITION_CODE_EXPR

The other branches are good.
This commit is contained in:
Peter De Wachter 2016-01-23 18:34:23 +01:00
parent c968f1bed4
commit 9123e36a38
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ printExpression(expression)
break;
case CONDITION_CODE_EXPR:
printCondition(expression->expressionTerm);
printCondition(expression->expressionTerm.conditionTypeUnion);
break;
case FUNCTION_CALL_EXPR: