diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-09-09 18:00:29 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-10-08 21:48:47 +0200 |
| commit | 4e90b4210edc439bf749f495855e29f711d7e99e (patch) | |
| tree | 9f3b3e137f98fa65bf1c61e235d32afce4f24f7f /alias.c | |
| parent | 2e38c86af6c91bfb23dfb06b517a00c11fd4c1b3 (diff) | |
"rel" fields become "reloc"
Diffstat (limited to 'alias.c')
| -rw-r--r-- | alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
