diff options
| author | Quentin Carbonneaux <[email protected]> | 2024-04-11 10:28:41 +0200 |
|---|---|---|
| committer | Quentin Carbonneaux <[email protected]> | 2024-04-11 14:14:53 +0200 |
| commit | 4a809d69b5647aabc8f6a9e22e0bc889f9c779ed (patch) | |
| tree | 31168efce4b56685c1564ea49b93a56bc27c9569 /all.h | |
| parent | 8e8f7064366996a7fcc8d84267958cfaf5ee8194 (diff) | |
fold scaled offsets in addresses
Diffstat (limited to 'all.h')
| -rw-r--r-- | all.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -484,7 +484,7 @@ void chuse(Ref, int, Fn *); int symeq(Sym, Sym); Ref newcon(Con *, Fn *); Ref getcon(int64_t, Fn *); -int addcon(Con *, Con *); +int addcon(Con *, Con *, int); void salloc(Ref, Ref, Fn *); void dumpts(BSet *, Tmp *, FILE *); void runmatch(uchar *, Num *, Ref, Ref *); |
