i965/debug: Use the ull specifier for DEBUG enum defines
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 23 Apr 2015 20:59:32 +0000 (13:59 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 24 Apr 2015 01:08:20 +0000 (18:08 -0700)
commitbf55096207898437a5f48ba28f98fe1b992f60e3
treed6710862c23da44344648c8db44e043662799235
parent5957da1edb9ad504d8af83878c10c3a24e41fc6c
i965/debug: Use the ull specifier for DEBUG enum defines

The INTEL_DEBUG variable is a uint64_t and if we want a enum value higer
than 32 bits, you need to use ull.  We might as well use it for all of them.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/intel_debug.h