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(). --- arm64/abi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm64') diff --git a/arm64/abi.c b/arm64/abi.c index 9a29e3f..65b4bab 100644 --- a/arm64/abi.c +++ b/arm64/abi.c @@ -542,7 +542,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 v1.2.3