Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gm107: fix mask for tex b lod setting
  • Loading branch information
imirkin committed Oct 18, 2016
1 parent 5a70ddf commit a4fd800
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions envydis/gm107.c
Expand Up @@ -862,12 +862,12 @@ static struct insn tabdef8_1[] = {
};

static struct insn tabdeb8_0[] = {
{ 0x0000000000000000ull, 0x0000000e00000000ull },
{ 0x0000002000000000ull, 0x0000000e00000000ull, N("lz") },
{ 0x0000004000000000ull, 0x0000000e00000000ull, N("lb") },
{ 0x0000006000000000ull, 0x0000000e00000000ull, N("ll") },
{ 0x000000c000000000ull, 0x0000000e00000000ull, N("lba") },
{ 0x000000e000000000ull, 0x0000000e00000000ull, N("lla") },
{ 0x0000000000000000ull, 0x000000e000000000ull },
{ 0x0000002000000000ull, 0x000000e000000000ull, N("lz") },
{ 0x0000004000000000ull, 0x000000e000000000ull, N("lb") },
{ 0x0000006000000000ull, 0x000000e000000000ull, N("ll") },
{ 0x000000c000000000ull, 0x000000e000000000ull, N("lba") },
{ 0x000000e000000000ull, 0x000000e000000000ull, N("lla") },
{ 0, 0, OOPS },
};

Expand Down

0 comments on commit a4fd800

Please sign in to comment.