summary refs log tree commit diff
path: root/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'fold.c')
-rw-r--r--fold.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fold.c b/fold.c
index 75554bf..4b4a811 100644
--- a/fold.c
+++ b/fold.c
@@ -147,6 +147,8 @@ visitjmp(Blk *b, int n, Fn *fn)
 		edge[n][0].work = flowrk;
 		flowrk = &edge[n][0];
 		break;
+	case Jhlt:
+		break;
 	default:
 		if (isret(b->jmp.type))
 			break;