...
This commit is contained in:
@@ -501,8 +501,11 @@ public class QBEGenerator
|
||||
case ReturnNode @return:
|
||||
EmitReturn(@return);
|
||||
break;
|
||||
case StatementExpressionNode statementExpression:
|
||||
EmitExpression(statementExpression.Expression);
|
||||
case StatementFuncCallNode statementFuncCall:
|
||||
EmitFuncCall(statementFuncCall.FuncCall);
|
||||
break;
|
||||
case StatementStructFuncCallNode statementStructFuncCall:
|
||||
EmitStructFuncCall(statementStructFuncCall.StructFuncCall);
|
||||
break;
|
||||
case VariableDeclarationNode variableDeclaration:
|
||||
EmitVariableDeclaration(variableDeclaration);
|
||||
|
||||
Reference in New Issue
Block a user