aboutsummaryrefslogtreecommitdiff
path: root/alias.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <[email protected]>2022-09-09 18:00:29 +0200
committerQuentin Carbonneaux <[email protected]>2022-10-08 21:48:47 +0200
commit4e90b4210edc439bf749f495855e29f711d7e99e (patch)
tree9f3b3e137f98fa65bf1c61e235d32afce4f24f7f /alias.c
parent2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 (diff)
"rel" fields become "reloc"
Diffstat (limited to 'alias.c')
-rw-r--r--alias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias.c b/alias.c
index f4d7f91..b4bb0fb 100644
--- a/alias.c
+++ b/alias.c
@@ -19,7 +19,7 @@ getalias(Alias *a, Ref r, Fn *fn)
if (c->type == CAddr) {
a->type = ASym;
a->label = c->label;
- a->rel = c->rel;
+ a->reloc = c->reloc;
} else
a->type = ACon;
a->offset = c->bits.i;