summaryrefslogtreecommitdiff
path: root/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'amd64')
-rw-r--r--amd64/sysv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amd64/sysv.c b/amd64/sysv.c
index 86c59bf..ea9b2d2 100644
--- a/amd64/sysv.c
+++ b/amd64/sysv.c
@@ -493,7 +493,7 @@ split(Fn *fn, Blk *b)
idup(&bn->ins, curi, bn->nins);
curi = &insb[NIns];
bn->visit = ++b->visit;
- snprintf(bn->name, NString, "%s.%d", b->name, b->visit);
+ (void)!snprintf(bn->name, NString, "%s.%d", b->name, b->visit);
bn->loop = b->loop;
bn->link = b->link;
b->link = bn;