From ac80170e8ca04fc163c9ffb59578be422b5843c4 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Wed, 13 Sep 2006 16:04:57 +0000 Subject: [PATCH] fix typo --- ir/be/bestabs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/be/bestabs.c b/ir/be/bestabs.c index 5330fab55..7121a07bc 100644 --- a/ir/be/bestabs.c +++ b/ir/be/bestabs.c @@ -671,7 +671,7 @@ static void stabs_variable(dbg_handle *handle, struct obstack *obst, entity *ent if (variability == variability_uninitialized) kind = N_LCSYM; else if (variability == variability_constant) - kind == N_ROSYM; + kind = N_ROSYM; snprintf(buf, sizeof(buf), "\t.stabs\t\"%s:S%u\",%d,0,0,%s\n", get_entity_name(ent), tp_num, kind, get_entity_ld_name(ent)); } -- 2.20.1