mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
Fix setup of immediate types for gen4 disasm.
Caught by clang.
This commit is contained in:
committed by
Damien Lespiau
parent
a6f1455019
commit
dea75a6935
@@ -237,7 +237,7 @@ char *imm_encoding[8] = {
|
||||
[2] = "UW",
|
||||
[3] = "W",
|
||||
[5] = "VF",
|
||||
[5] = "V",
|
||||
[6] = "V",
|
||||
[7] = "F"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user