mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
And add a comma. This was supposed to be a minor change.
This commit is contained in:
parent
fc022c1bc2
commit
b798c7c9da
@ -45,7 +45,7 @@ int main(int argc, char **argv)
|
|||||||
for (entry = compiled_program.first;
|
for (entry = compiled_program.first;
|
||||||
entry != NULL;
|
entry != NULL;
|
||||||
entry = entry->next) {
|
entry = entry->next) {
|
||||||
printf(" { 0x%08x, 0x%08x, 0x%08x 0x%08x },\n",
|
printf(" { 0x%08x, 0x%08x, 0x%08x, 0x%08x },\n",
|
||||||
((int *)(&entry->instruction))[0],
|
((int *)(&entry->instruction))[0],
|
||||||
((int *)(&entry->instruction))[1],
|
((int *)(&entry->instruction))[1],
|
||||||
((int *)(&entry->instruction))[2],
|
((int *)(&entry->instruction))[2],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user