define curi as a global too
This commit is contained in:
parent
186e68a8d3
commit
32cb8d315a
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue