summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-27 19:46:46 +0100
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-12-27 19:46:46 +0100
commit7859bd61d3d5b5dd69ce978adeae91eaa1e533aa (patch)
tree7f5c01df788b5a911811e1b0502d333da914d8cd
parent2980ec22a165bc71add7464e28a2e56b5c971d20 (diff)
Leftover from previous commit.
-rw-r--r--shared-core/via_verifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/via_verifier.c b/shared-core/via_verifier.c
index c9723fe1..c80ed818 100644
--- a/shared-core/via_verifier.c
+++ b/shared-core/via_verifier.c
@@ -454,7 +454,7 @@ investigate_hazard(uint32_t cmd, hazard_t hz, drm_via_state_t * cur_seq)
cur_seq->unfinished = tex_address;
tmp = ((cmd >> 24) - HC_SubA_HTXnL0Pit);
if (tmp == 0 &&
- cmd & HC_HTXnEnPit_MASK) {
+ (cmd & HC_HTXnEnPit_MASK)) {
cur_seq->pitch[cur_seq->texture][tmp] =
(cmd & HC_HTXnLnPit_MASK);
cur_seq->tex_npot[cur_seq->texture] = 1;