diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-02-01 17:25:06 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-02-01 17:25:06 +0000 |
| commit | acf16bbe632adbae6f2caf3210136c47ecee6a62 (patch) | |
| tree | 2cf2b569b85b8b49f61d06b70c50167da8008bad /appl | |
| parent | 80146ec649f45bdf6575689b673bc11acaacb920 (diff) | |
20080201-1732
Diffstat (limited to 'appl')
| -rw-r--r-- | appl/cmd/limbo/gen.b | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appl/cmd/limbo/gen.b b/appl/cmd/limbo/gen.b index 062980fb..10988f48 100644 --- a/appl/cmd/limbo/gen.b +++ b/appl/cmd/limbo/gen.b @@ -562,7 +562,8 @@ foldbranch(in: ref Inst) next := in.next; *in = *b; in.next = next; - # b.reach = byte 1; + if(b.op == IRET) + b.reach = byte 1; # might be default return (TO DO) continue; } foldbranch(in.branch); |
