Skip to content

Commit

Permalink
Fix DEBUG_NEEDS usage
Browse files Browse the repository at this point in the history
Change-Id: Ic107c60080e55e1f9092f20fe3bd55e7592ca9fd
  • Loading branch information
Vladimir Chtchetkine committed Aug 29, 2011
1 parent 3bea079 commit dccddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpixelflinger/scanline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit dccddee

Please sign in to comment.