util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.

0cbefc1bea added a source argument to
EMIT/ENDPRIM, but it did not update tgsi_ureg accordingly, causing all
users of ureg_EMIT/ENDPRIM to fail at runtime with an assertion failure.

Trivial.
This commit is contained in:
José Fonseca 2014-07-15 14:47:20 +01:00
parent e945a19b35
commit 20b431fd9e
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ OP13(SAD)
OP12_TEX(TXF)
OP12_TEX(TXQ)
OP00(CONT)
OP00(EMIT)
OP00(ENDPRIM)
OP01(EMIT)
OP01(ENDPRIM)
OP00_LBL(BGNLOOP)
OP00(BGNSUB)
OP00_LBL(ENDLOOP)