define curi as a global too

This commit is contained in:
Quentin Carbonneaux 2015-07-20 17:53:32 -04:00
parent 186e68a8d3
commit 32cb8d315a
2 changed files with 2 additions and 4 deletions

View file

@ -19,8 +19,7 @@
* ABI)
*/
extern Ins insb[NIns]; /* shared work buffer */
static Ins *curi;
extern Ins insb[NIns], *curi; /* shared work buffer */
static void
emit(short op, Ref to, Ref arg0, Ref arg1)