mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
gk110/ir: fix slct emission
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Cc: "10.2" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 9fef8b3d81)
This commit is contained in:
parent
d36d53b564
commit
99b9a0973a
1 changed files with 1 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ CodeEmitterGK110::emitSLCT(const CmpInstruction *i)
|
|||
FTZ_(32);
|
||||
emitCondCode(cc, 0x33, 0xf);
|
||||
} else {
|
||||
emitForm_21(i, 0x1a4, 0xb20);
|
||||
emitForm_21(i, 0x1a0, 0xb20);
|
||||
emitCondCode(cc, 0x34, 0x7);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue