From 944ea204a8784789249d6fdd70c318380140a422 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 17 Oct 2002 16:29:17 +0000 Subject: [PATCH] s/functionOffset/offset/ --- src/mesa/glapi/glapi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index acfd6181f2f..8649a5241da 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -1,4 +1,4 @@ -/* $Id: glapi.c,v 1.65 2002/10/11 17:41:04 brianp Exp $ */ +/* $Id: glapi.c,v 1.66 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] |= (functionOffset * 4); + code[2] |= (offset * 4); __glapi_sparc_icache_flush(&code[2]); #endif /* __sparc_v9__ */ -- 2.30.2