summaryrefslogtreecommitdiff
path: root/src/cmd/6g/gsubr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/6g/gsubr.c')
-rw-r--r--src/cmd/6g/gsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6g/gsubr.c b/src/cmd/6g/gsubr.c
index 0256100a8..36936e3df 100644
--- a/src/cmd/6g/gsubr.c
+++ b/src/cmd/6g/gsubr.c
@@ -836,7 +836,7 @@ nodconst(&nodc, types[TUINT64], 1);
if(a == AMOVQ ||
a == AMOVSD ||
a == AMOVSS ||
- a == AMOVL && f->type->width == t->type->width) /* TO DO: check AMOVL */
+ (a == AMOVL && f->type->width == t->type->width)) /* TO DO: check AMOVL */
if(samaddr(f, t))
return;
gins(a, f, t);