From 5fee3da6ac3b4995f0d9a6cef3a5e916208cca59 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Wed, 22 Mar 2023 11:43:42 +0100 Subject: rename blknew() to newblk() This is consistent with newtmp() and newcon(). --- amd64/sysv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amd64/sysv.c') diff --git a/amd64/sysv.c b/amd64/sysv.c index 48ac0a5..5b559c1 100644 --- a/amd64/sysv.c +++ b/amd64/sysv.c @@ -507,7 +507,7 @@ split(Fn *fn, Blk *b) Blk *bn; ++fn->nblk; - bn = blknew(); + bn = newblk(); bn->nins = &insb[NIns] - curi; idup(&bn->ins, curi, bn->nins); curi = &insb[NIns]; -- cgit 1.4.1