rtasm: fix labels after (not so) recent change to allow dynamic fn growth
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 May 2008 19:41:03 +0000 (20:41 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 1 May 2008 19:49:45 +0000 (20:49 +0100)
commitfb3623b235f5caa9d76e656b1e5eda797c7c73eb
tree0e51644fe7b0d5de341c9439f28aec3b6813162e
parentb8936ca1c22de7b0cb695ee3b392e4473fd17aa0
rtasm: fix labels after (not so) recent change to allow dynamic fn growth

Using char * for labels doesn't work if you realloc the function
during assembly and free the old storage...
src/gallium/auxiliary/rtasm/rtasm_x86sse.c
src/gallium/auxiliary/rtasm/rtasm_x86sse.h
src/gallium/auxiliary/tgsi/exec/tgsi_sse2.c
src/gallium/auxiliary/translate/translate_sse.c