summaryrefslogtreecommitdiff
path: root/envydis
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-03-12 23:53:14 +0100
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-03-13 00:07:04 +0100
commit2e7a3a9c1ea6a93357566c565d08934d164ea60f (patch)
tree6afd851f8ddd2c99505f5e144ae2595c5b575ec4 /envydis
parent8809717a2934aa7850c0b9c19bc1e196a17e8eb3 (diff)
envydis/gf100: add missing dim for SULEA insn
Diffstat (limited to 'envydis')
-rw-r--r--envydis/gf100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/envydis/gf100.c b/envydis/gf100.c
index e5a3cc09..fe32e25f 100644
--- a/envydis/gf100.c
+++ b/envydis/gf100.c
@@ -1932,7 +1932,7 @@ static struct insn tabm[] = {
{ 0xe000000000000025ull, 0xfc00000000000067ull, N("membar"), N("gl") },
{ 0xe000000000000045ull, 0xfc00000000000067ull, N("membar"), N("sys") },
{ 0xe800000000000005ull, 0xfc00000000000007ull, N("st"), N("unlock"), T(ldstt), GLOBAL, T(ldstd) },
- { 0xf000400000000085ull, 0xfc00400000000087ull, N("suleab"), PDST2, DSTD, T(ldstt), T(sclamp), SURF, SADDR },
+ { 0xf000000000000085ull, 0xfc00000000000087ull, N("suleab"), T(sudim), PDST2, DSTD, T(ldstt), T(sclamp), SURF, SADDR },
{ 0x0000000000000005ull, 0x0000000000000007ull, OOPS },
{ 0x0000000000000006ull, 0xfc00000000000007ull, N("ld"), DST, VBASRC },