diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /limbo/sbl.c | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'limbo/sbl.c')
| -rw-r--r-- | limbo/sbl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/limbo/sbl.c b/limbo/sbl.c index fff80392..0a0bf52c 100644 --- a/limbo/sbl.c +++ b/limbo/sbl.c @@ -163,6 +163,7 @@ sblinst(Inst *inst, long ninst) sblblocks = allocmem(nblocks * sizeof *sblblocks); for(i = 0; i < nblocks; i++) sblblocks[i] = -1; + src = nosrc; for(in = inst; in != nil; in = in->next){ if(in->op == INOOP) continue; |
