Plan 9 from Bell Labs 2003-01-02
1 files changed, 1 insertions(+), 0 deletions(-) M pc/main.c
M pc/main.c => pc/main.c +1 -0
@@ 684,6 684,7 @@ isaconfig(char *class, int ctlrno, ISAConf *isa) if(p == nil) return 0; + isa->type = ""; isa->nopt = tokenize(p, isa->opt, NISAOPT); for(i = 0; i < isa->nopt; i++){ p = isa->opt[i];