diff options
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util.c b/util.c index aae1481..4144f87 100644 --- a/util.c +++ b/util.c @@ -22,7 +22,7 @@ enum { NPtr = 256, }; -Typ typ[NTyp]; +Typ *typ; Ins insb[NIns], *curi; static void *ptr[NPtr]; |