nv50: move declaration before code

This commit is contained in:
Brian Paul
2010-04-20 10:10:21 -06:00
parent 4d2804791a
commit 117bf856d8
+1 -1
View File
@@ -600,8 +600,8 @@ static void
emit_interp(struct nv50_pc *pc, struct nv50_reg *dst, struct nv50_reg *iv,
unsigned mode)
{
assert(dst->rhw != -1);
struct nv50_program_exec *e = exec(pc);
assert(dst->rhw != -1);
e->inst[0] |= 0x80000000;
set_dst(pc, dst, e);