mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
Start correcting the translation.
This commit is contained in:
committed by
Damien Lespiau
parent
6c98c8d578
commit
19f1c1cec4
+1
-1
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
|
||||
for (entry = compiled_program.first;
|
||||
entry != NULL;
|
||||
entry = entry->next) {
|
||||
printf(" {0x%08x, 0x%08x, 0x%08x },\n",
|
||||
printf(" { 0x%08x, 0x%08x, 0x%08x 0x%08x },\n",
|
||||
((int *)(&entry->instruction))[0],
|
||||
((int *)(&entry->instruction))[1],
|
||||
((int *)(&entry->instruction))[2]);
|
||||
|
||||
Reference in New Issue
Block a user