cell: fix TGSI breakage

This commit is contained in:
Brian Paul 2009-12-02 09:23:37 -07:00
parent 144afacc6f
commit 429bf75417

View file

@ -1351,7 +1351,7 @@ emit_function_call(struct codegen *gen,
static boolean
emit_TEX(struct codegen *gen, const struct tgsi_full_instruction *inst)
{
const uint target = inst->InstructionExtTexture.Texture;
const uint target = inst->Texture.Texture;
const uint unit = inst->Src[1].Register.Index;
uint addr;
int ch;