diff options
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h index 881bdd5..4c3c35f 100644 --- a/all.h +++ b/all.h @@ -280,7 +280,7 @@ struct Alias { AUnk = 6, #define astack(t) ((t) & 1) } type; - Ref base; + int base; uint32_t label; int64_t offset; int reloc; |