mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
gk110/ir: fix ISAD emission with register args
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: "10.2" <mesa-stable@lists.freedesktop.org>
This commit is contained in:
parent
6e046508a1
commit
ed1b9e5721
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ CodeEmitterGK110::emitISAD(const Instruction *i)
|
|||
{
|
||||
assert(i->dType == TYPE_S32 || i->dType == TYPE_U32);
|
||||
|
||||
emitForm_21(i, 0x1fc, 0xb74);
|
||||
emitForm_21(i, 0x1f4, 0xb74);
|
||||
|
||||
if (i->dType == TYPE_S32)
|
||||
code[1] |= 1 << 19;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue