summaryrefslogtreecommitdiff
path: root/codegen.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2024-09-01 22:05:18 -0700
committerMatthew Sotoudeh <matthew@masot.net>2024-09-01 22:05:18 -0700
commitf229ac85b388124147264d43560ae0ea5724c935 (patch)
treeade786f0decc931632e46b1389e8d754ba207995 /codegen.c
parent40bd3c1d5bc97675d32db7872e6f346aec288b82 (diff)
fix formatting and foldercc
Diffstat (limited to 'codegen.c')
-rw-r--r--codegen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codegen.c b/codegen.c
index e3aa08b..0807add 100644
--- a/codegen.c
+++ b/codegen.c
@@ -287,7 +287,7 @@ static void gen_addr(Node *node, int to_tmp) {
int s = count();
gen_addr(node->lhs, s);
decltmpptr(node->ty, to_tmp);
- printnoln("\tt%d = FIELDPTR ( t%d, ", to_tmp, s);
+ printnoln("\tt%d = FIELDPTR ( t%d , ", to_tmp, s);
if (node->member->name)
print_tok(node->member->name);
else
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback