OSDN Git Service

gen_matypes: eliminate printf warnings
authornobled <nobled@dreamwidth.org>
Thu, 8 Dec 2011 20:53:25 +0000 (20:53 +0000)
committernobled <nobled@dreamwidth.org>
Sun, 18 Dec 2011 17:08:31 +0000 (17:08 +0000)
commit03bfdb2bad3e4d7c3c53bdfa8a392979ccf89baa
treec05f1e1ffd2165241731ba06f021bb6e0b2322a7
parent745d990b8d95b935874284b786dce1f010970c8d
gen_matypes: eliminate printf warnings

The VERT_BIT_* defines are 64-bit values now, but the printf
was still expecting a simple int.
src/mesa/x86/gen_matypes.c