diff options
Diffstat (limited to 'lisc/isel.c')
-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); |