diff options
| author | Quentin Carbonneaux <[email protected]> | 2022-11-20 21:36:51 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2022-11-20 21:44:25 +0100 |
| commit | 1f696fed0dd9f9019209f3f8178f599d1e25c782 (patch) | |
| tree | 38fc007b260d360a7ab41da693fd8c60bafb1572 /all.h | |
| parent | 0d50ebaed94f595961d88544a028bf7f523d3eac (diff) | |
make Alias.base an int
We had the invariant that it'd
always be a temporary.
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
