fix
1 files changed, 2 insertions(+), 2 deletions(-) M c.c
M c.c => c.c +2 -2
@@ 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