summaryrefslogtreecommitdiff
path: root/src/cmd/6a/a.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/6a/a.y')
-rw-r--r--src/cmd/6a/a.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/6a/a.y b/src/cmd/6a/a.y
index c48246072..804f638a0 100644
--- a/src/cmd/6a/a.y
+++ b/src/cmd/6a/a.y
@@ -260,7 +260,7 @@ spec8: /* CMPPS/CMPPD */
{
$$.from = $1;
$$.to = $3;
- $$.from.offset = $5;
+ $$.to.offset = $5;
}
spec9: /* shufl */