diff --git a/test/zdtm/live/static/mmx00.c b/test/zdtm/live/static/mmx00.c index 6352e9444..a0a0e5686 100644 --- a/test/zdtm/live/static/mmx00.c +++ b/test/zdtm/live/static/mmx00.c @@ -19,7 +19,7 @@ void start(uint8_t *bytes, uint16_t *words) "psubw %%mm2, %%mm3\n" : : "m" (bytes[0]), "m" (bytes[8]), - "m" (words[0]), "m" (words[8]) + "m" (words[0]), "m" (words[4]) ); }