diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-01 00:35:36 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-01 00:35:36 -0400 |
commit | 46f99ac5b7bfda79dcd59b89257b8f9465c5a55a (patch) | |
tree | 87839f6def7b97b42eb9be0dcf46d2cba54bf1f3 | |
parent | 7abf421ea2b88ba8c2e08365cd2385ebe34f9d30 (diff) | |
download | roux-46f99ac5b7bfda79dcd59b89257b8f9465c5a55a.tar.gz |
this emit was an emiti
-rw-r--r-- | lisc/isel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c index 6d7f2a3..b80ded5 100644 --- a/lisc/isel.c +++ b/lisc/isel.c @@ -815,7 +815,7 @@ isel(Fn *fn) continue; } assert(i->op != OArg && i->op != OArgc); - emit(i->op, i->wide, i->to, i->arg[0], i->arg[1]); + emiti(*i); } b->nins = &insb[NIns] - curi; idup(&b->ins, curi, b->nins); |