factor ins array edition in icpy

This commit is contained in:
Quentin Carbonneaux 2015-10-06 13:15:52 -04:00
parent a83174f447
commit ce72ad0ecd
4 changed files with 24 additions and 19 deletions

View file

@ -278,6 +278,7 @@ void emit(int, int, Ref, Ref, Ref);
void emiti(Ins);
int bcnt(Bits *);
void vdup(void *, void *, size_t);
Ins *icpy(Ins *, Ins *, ulong);
/* parse.c */
extern OpDesc opdesc[NOp];