diff options
| author | 2023-09-05 09:12:18 +0200 | |
|---|---|---|
| committer | 2023-09-05 09:12:18 +0200 | |
| commit | 47f1eac08e3112bc9eb502332831ef629e2e2fdf (patch) | |
| tree | 2e0d4695a77c05984ac69095f7aee12ae2bbecad /c.c | |
| parent | 70adc3e3e8560eb76d5eb6b93a1f88be7fba549c (diff) | |
fix
Diffstat (limited to 'c.c')
| -rw-r--r-- | c.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1123,8 +1123,8 @@ expr2reloc(union ref *psym, vlong *paddend, const struct expr *ex) return; } } - } else - assert(0 && "non static reloc"); + goto Fail; + } else Fail: assert(0 && "non static reloc"); } static void |