projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d343f
)
s/functionOffset/offset/
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 17 Oct 2002 16:29:17 +0000
(16:29 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 17 Oct 2002 16:29:17 +0000
(16:29 +0000)
src/mesa/glapi/glapi.c
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.c
b/src/mesa/glapi/glapi.c
index acfd6181f2f2ced86639c1af14d8d14e1ce5a32e..8649a5241da3d8fa1c2a319fca295dffa5d2064d 100644
(file)
--- a/
src/mesa/glapi/glapi.c
+++ b/
src/mesa/glapi/glapi.c
@@
-1,4
+1,4
@@
-/* $Id: glapi.c,v 1.6
5 2002/10/11 17:41:04
brianp Exp $ */
+/* $Id: glapi.c,v 1.6
6 2002/10/17 16:29:17
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-638,7
+638,7
@@
fill_in_entrypoint_offset(void *entrypoint, GLuint offset)
__glapi_sparc_icache_flush(&code[6]);
#else /* __sparc_v9__ */
code[2] = 0xc6006000; /* ld [%g1 + %lo(4*glapioffset)], %g3 */
- code[2] |= (
functionO
ffset * 4);
+ code[2] |= (
o
ffset * 4);
__glapi_sparc_icache_flush(&code[2]);
#endif /* __sparc_v9__ */