summaryrefslogtreecommitdiff
path: root/codegen.c
diff options
context:
space:
mode:
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