aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/all.h b/all.h
index 8303c62..7859b05 100644
--- a/all.h
+++ b/all.h
@@ -282,7 +282,7 @@ struct Alias {
Ref base;
uint32_t label;
int64_t offset;
- int rel;
+ int reloc;
Alias *slot;
};
@@ -328,7 +328,7 @@ struct Con {
enum {
RelDef,
RelThr,
- } rel;
+ } reloc;
char flt; /* 1 to print as s, 2 to print as d */
};