mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
actually print out last uint32_t of instruction.
This commit is contained in:
parent
19f1c1cec4
commit
a58d896dfe
@ -48,7 +48,8 @@ int main(int argc, char **argv)
|
||||
printf(" { 0x%08x, 0x%08x, 0x%08x 0x%08x },\n",
|
||||
((int *)(&entry->instruction))[0],
|
||||
((int *)(&entry->instruction))[1],
|
||||
((int *)(&entry->instruction))[2]);
|
||||
((int *)(&entry->instruction))[2],
|
||||
((int *)(&entry->instruction))[3]);
|
||||
}
|
||||
|
||||
return err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user