i965: Split brw_emit_reloc into brw_batch_reloc and brw_state_reloc.
[mesa.git] / src / mesa / x86 / read_rgba_span_x86.S
index 5def1f859ed4916317f3c643e8e4baf5a1b9decd..0b94f024ec268f2158f0cad1335a887fa1143d6a 100644 (file)
@@ -65,7 +65,7 @@
        movl    (%ebx), %eax ; \
        bswap   %eax          /* ARGB -> BGRA */ ; \
        rorl    $8, %eax      /* BGRA -> ABGR */ ; \
-       movl    %eax, (%ecx)  /* ABGR -> R, G, B, A */ ; \
+       movl    %eax, (%ecx)  /* ABGR -> R, G, B, A */ ;
 
 
 /**