summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/spu/main.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-11 10:28:45 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-11 15:29:05 -0700
commit9828310a1bba1c1c2dffa7ae8866b648e26c2039 (patch)
treed304b435f529ae5a96b463990b8e79fc32816e2a /src/mesa/pipe/cell/spu/main.h
parentfda387988c24fad4e0a743f16173dc3c71cbe084 (diff)
Collect some global vars in a single struct.
Diffstat (limited to 'src/mesa/pipe/cell/spu/main.h')
-rw-r--r--src/mesa/pipe/cell/spu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/main.h b/src/mesa/pipe/cell/spu/main.h
index 882be7f1c5..8c2796387f 100644
--- a/src/mesa/pipe/cell/spu/main.h
+++ b/src/mesa/pipe/cell/spu/main.h
@@ -34,7 +34,7 @@
#include "pipe/cell/common.h"
-extern struct cell_init_info init;
+extern volatile struct cell_init_info init;
struct framebuffer {
void *start;