util: Enable assembly breakpointt on x86_64.
[mesa.git] / src / gallium / auxiliary / util / u_hash.h
index 76c3513e4a0e021fd988276fb252a33fc3a7a0c1..8d92b07c85e88d1cb96b8dff258be72e0debe67b 100644 (file)
@@ -45,7 +45,7 @@ extern "C" {
 
    
 uint32_t
-util_hash_crc32(void *data, size_t size);
+util_hash_crc32(const void *data, size_t size);
 
 
 #ifdef __cplusplus