diff --git a/src/intermediate_code.c b/src/intermediate_code.c index e8e065c..2145ea3 100644 --- a/src/intermediate_code.c +++ b/src/intermediate_code.c @@ -190,7 +190,8 @@ void emit_binary_op( Op op, TableNode *result, TNodeOrConst *arg1, - TNodeOrConst *arg2) { + TNodeOrConst *arg2 + ) { emit_helper(); current->opcode = op; // TODO: create temp and remove result from param list