summaryrefslogtreecommitdiff
path: root/appl/cmd/limbo/gen.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-02-01 18:46:35 +0000
committerCharles.Forsyth <devnull@localhost>2008-02-01 18:46:35 +0000
commit04f9470ee130b6877edcaa202c0a143c9a48fced (patch)
tree2917c267fefe64b1cf3efcc6a6281115d46e2d8e /appl/cmd/limbo/gen.b
parentacf16bbe632adbae6f2caf3210136c47ecee6a62 (diff)
20080201-1852
Diffstat (limited to 'appl/cmd/limbo/gen.b')
-rw-r--r--appl/cmd/limbo/gen.b2
1 files changed, 0 insertions, 2 deletions
diff --git a/appl/cmd/limbo/gen.b b/appl/cmd/limbo/gen.b
index 10988f48..ab4bb6af 100644
--- a/appl/cmd/limbo/gen.b
+++ b/appl/cmd/limbo/gen.b
@@ -562,8 +562,6 @@ foldbranch(in: ref Inst)
next := in.next;
*in = *b;
in.next = next;
- if(b.op == IRET)
- b.reach = byte 1; # might be default return (TO DO)
continue;
}
foldbranch(in.branch);