mirror of
https://github.com/Museum-of-Art-and-Digital-Entertainment/macross.git
synced 2025-02-19 15:30:36 +00:00
printExpression: select the right field of the union for CONDITION_CODE_EXPR
The other branches are good.
This commit is contained in:
parent
c968f1bed4
commit
9123e36a38
@ -424,7 +424,7 @@ printExpression(expression)
|
||||
break;
|
||||
|
||||
case CONDITION_CODE_EXPR:
|
||||
printCondition(expression->expressionTerm);
|
||||
printCondition(expression->expressionTerm.conditionTypeUnion);
|
||||
break;
|
||||
|
||||
case FUNCTION_CALL_EXPR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user