diff --git a/libswresample/x86/resample_mmx.h b/libswresample/x86/resample_mmx.h
index 678fc03916b95962c0a09044cd8736a8d442906f..6772655885582b5f4fdc284010419f7ff9385f43 100644
--- a/libswresample/x86/resample_mmx.h
+++ b/libswresample/x86/resample_mmx.h
@@ -37,7 +37,7 @@ __asm__ volatile(\
     "add       $8, %0           \n\t"\
     " js 1b                     \n\t"\
     "pshufw $0x0E, %%mm0, %%mm1 \n\t"\
-    "paddd %%mm1, %%mm0 \n\t"\
+    "paddd %%mm1, %%mm0         \n\t"\
     "psrad    $15, %%mm0        \n\t"\
     "packssdw %%mm0, %%mm0      \n\t"\
     "movd %%mm0, (%3)           \n\t"\