diff options
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 |