Neet
This commit is contained in:
@ -190,7 +190,8 @@ void emit_binary_op(
|
|||||||
Op op,
|
Op op,
|
||||||
TableNode *result,
|
TableNode *result,
|
||||||
TNodeOrConst *arg1,
|
TNodeOrConst *arg1,
|
||||||
TNodeOrConst *arg2) {
|
TNodeOrConst *arg2
|
||||||
|
) {
|
||||||
emit_helper();
|
emit_helper();
|
||||||
current->opcode = op;
|
current->opcode = op;
|
||||||
// TODO: create temp and remove result from param list
|
// TODO: create temp and remove result from param list
|
||||||
|
Reference in New Issue
Block a user