From 1f696fed0dd9f9019209f3f8178f599d1e25c782 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Sun, 20 Nov 2022 21:36:51 +0100 Subject: make Alias.base an int We had the invariant that it'd always be a temporary. --- all.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.h') 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; -- cgit v1.2.3