This commit is contained in:
Meyer Simon
2025-05-06 16:16:56 -04:00
parent 88511ac0e6
commit 5e0d2e3cdf

View File

@ -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