aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--c.c4
1 files changed, 2 insertions, 2 deletions
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