repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: a6b30ded89ca973aaeaa1b7b5bae3c463e5f59f6: path_to: revision_to:
commit a6b30ded89ca973aaeaa1b7b5bae3c463e5f59f6 Author: Marc LehmannDate: Thu Jun 7 19:24:13 2012 +0000 *** empty log message *** diff --git a/src/rxvtimg.C b/src/rxvtimg.C
--- a/src/rxvtimg.C
+++ b/src/rxvtimg.C
@@ -112,7 +112,6 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
if (depth == 24)
for (int x = 0; x < width; x++)
{
- asm volatile("nop");
r = *data++;
g = *data++;
b = *data++;
@@ -120,7 +119,6 @@ rxvt_img::new_from_pixbuf (rxvt_screen *s, GdkPixbuf *pb)
*line++ = r;
*line++ = g;
*line++ = b;
- asm volatile("nop");
}
else
for (int x = 0; x < width; x++)
-----END OF PAGE-----