Neet
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user