- fixed compilation issue with gcc-2.95.3, resulting code needs testing to
see if the problems are indeed fixed now... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10359 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -172,6 +172,6 @@
|
|||||||
"jg 2b\n"
|
"jg 2b\n"
|
||||||
"emms\n"
|
"emms\n"
|
||||||
:
|
:
|
||||||
: "r" (convert_buffer), "r" (bits), "m" (c_offs), "m" (y_offs),
|
: "a" (convert_buffer), "d" (bits),
|
||||||
"m" (masks), "m" (scale), "m" (masks_8bit),
|
"g" (c_offs), "g" (y_offs), "g" (masks), "g" (scale), "g" (masks_8bit),
|
||||||
"r" (bytesPerRow), "m" (bitsLength), "m" (bytesPerRow));
|
"c" (bytesPerRow), "S" (bitsLength), "D" (bytesPerRow));
|
||||||
|
|||||||
Reference in New Issue
Block a user