summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/trap.cpp')
-rw-r--r--libpixelflinger/trap.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/libpixelflinger/trap.cpp b/libpixelflinger/trap.cpp
index 80efeff71..ea5362553 100644
--- a/libpixelflinger/trap.cpp
+++ b/libpixelflinger/trap.cpp
@@ -563,10 +563,10 @@ void trianglex_small(void* con,
563 563
564 c->init_y(c, miny); 564 c->init_y(c, miny);
565 for (int32_t y = miny; y < maxy; y++) { 565 for (int32_t y = miny; y < maxy; y++) {
566 register int32_t ex0 = ey0; 566 int32_t ex0 = ey0;
567 register int32_t ex1 = ey1; 567 int32_t ex1 = ey1;
568 register int32_t ex2 = ey2; 568 int32_t ex2 = ey2;
569 register int32_t xl, xr; 569 int32_t xl, xr;
570 for (xl=minx ; xl<maxx ; xl++) { 570 for (xl=minx ; xl<maxx ; xl++) {
571 if (ex0>0 && ex1>0 && ex2>0) 571 if (ex0>0 && ex1>0 && ex2>0)
572 break; // all strictly positive 572 break; // all strictly positive