summaryrefslogtreecommitdiff
path: root/appl/cmd/limbo/gen.b
diff options
context:
space:
mode:
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);