mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
this emit was an emiti
This commit is contained in:
parent
7abf421ea2
commit
46f99ac5b7
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user