summary refs log tree commit diff
path: root/rega.c
diff options
context:
space:
mode:
Diffstat (limited to 'rega.c')
-rw-r--r--rega.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rega.c b/rega.c
index 7af7fae..8e601c9 100644
--- a/rega.c
+++ b/rega.c
@@ -665,7 +665,7 @@ rega(Fn *fn)
 			pmgen();
 			if (curi == &insb[NIns])
 				continue;
-			b1 = blknew();
+			b1 = newblk();
 			b1->loop = (b->loop+s->loop) / 2;
 			b1->link = blist;
 			blist = b1;