aboutsummaryrefslogtreecommitdiff
path: root/qbe.c
diff options
context:
space:
mode:
Diffstat (limited to 'qbe.c')
-rw-r--r--qbe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbe.c b/qbe.c
index 3364df2..cf63560 100644
--- a/qbe.c
+++ b/qbe.c
@@ -462,7 +462,7 @@ funcgoto(struct func *f, char *name)
struct gotolabel *g;
struct mapkey key;
- mapstrkey(&key, name);
+ mapkey(&key, name, strlen(name));
entry = mapput(f->gotos, &key);
g = *entry;
if (!g) {