diff options
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_screen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_screen.h b/src/mesa/drivers/dri/r200/r200_screen.h index 91b43cbd759..eb887974b96 100644 --- a/src/mesa/drivers/dri/r200/r200_screen.h +++ b/src/mesa/drivers/dri/r200/r200_screen.h @@ -86,7 +86,7 @@ typedef struct { drmBufMapPtr buffers; - __volatile__ int32_t *scratch; + __volatile__ u_int32_t *scratch; /* is this used for anything? */ __DRIscreenPrivate *driScreen; unsigned int sarea_priv_offset; |