Fix DEBUG_NEEDS usage

Change-Id: Ic107c60080e55e1f9092f20fe3bd55e7592ca9fd
This commit is contained in:
Vladimir Chtchetkine 2011-08-29 10:02:24 -07:00
parent 3bea0790e2
commit dccddee972
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ static void pick_scanline(context_t* c)
}
}
#ifdef DEBUG_NEEDS
#if DEBUG_NEEDS
LOGI("Needs: n=0x%08x p=0x%08x t0=0x%08x t1=0x%08x",
c->state.needs.n, c->state.needs.p,
c->state.needs.t[0], c->state.needs.t[1]);