From 47f1eac08e3112bc9eb502332831ef629e2e2fdf Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 5 Sep 2023 09:12:18 +0200 Subject: fix --- c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c.c') diff --git a/c.c b/c.c index daedde4..56f3366 100644 --- a/c.c +++ b/c.c @@ -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 -- cgit v1.2.3