From 5762c6fc23b458fa16ee0ea4f5d50430d6059e2a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 16 Apr 2024 00:13:33 -0700 Subject: qbe: Clarify comment --- qbe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbe.c b/qbe.c index e98e6fe..b01d2db 100644 --- a/qbe.c +++ b/qbe.c @@ -1355,7 +1355,7 @@ emitdata(struct decl *d, struct init *init) if (offset < start) printf("z %llu, ", start - offset); if (cur->bits.before || cur->bits.after) { - /* XXX: little-endian specific */ + /* little-endian target specific */ assert(cur->expr->type->prop & PROPINT); assert(cur->expr->kind == EXPRCONST); bits |= cur->expr->u.constant.u << cur->bits.before % 8; -- cgit v1.2.3