"rel" fields become "reloc"

This commit is contained in:
Quentin Carbonneaux 2022-09-09 18:00:29 +02:00
parent 2e38c86af6
commit 4e90b4210e
9 changed files with 17 additions and 17 deletions

2
load.c
View file

@ -155,7 +155,7 @@ load(Slice sl, bits msk, Loc *l)
c.type = CAddr;
c.label = a->label;
c.bits.i = a->offset;
c.rel = a->rel;
c.reloc = a->reloc;
r = newcon(&c, curf);
break;
}