Skip to content

Commit a4fd800

Browse files
committed
gm107: fix mask for tex b lod setting
1 parent 5a70ddf commit a4fd800

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

envydis/gm107.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -862,12 +862,12 @@ static struct insn tabdef8_1[] = {
862862
};
863863

864864
static struct insn tabdeb8_0[] = {
865-
{ 0x0000000000000000ull, 0x0000000e00000000ull },
866-
{ 0x0000002000000000ull, 0x0000000e00000000ull, N("lz") },
867-
{ 0x0000004000000000ull, 0x0000000e00000000ull, N("lb") },
868-
{ 0x0000006000000000ull, 0x0000000e00000000ull, N("ll") },
869-
{ 0x000000c000000000ull, 0x0000000e00000000ull, N("lba") },
870-
{ 0x000000e000000000ull, 0x0000000e00000000ull, N("lla") },
865+
{ 0x0000000000000000ull, 0x000000e000000000ull },
866+
{ 0x0000002000000000ull, 0x000000e000000000ull, N("lz") },
867+
{ 0x0000004000000000ull, 0x000000e000000000ull, N("lb") },
868+
{ 0x0000006000000000ull, 0x000000e000000000ull, N("ll") },
869+
{ 0x000000c000000000ull, 0x000000e000000000ull, N("lba") },
870+
{ 0x000000e000000000ull, 0x000000e000000000ull, N("lla") },
871871
{ 0, 0, OOPS },
872872
};
873873

0 commit comments

Comments
 (0)