Start correcting the translation.

This commit is contained in:
Eric Anholt
2006-08-22 12:41:09 -07:00
committed by Damien Lespiau
parent 6c98c8d578
commit 19f1c1cec4
3 changed files with 349 additions and 161 deletions
+1 -1
View File
@@ -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]);