summaryrefslogtreecommitdiff
path: root/assembler/main.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-22 12:41:09 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:20 +0000
commit19f1c1cec4ad712c6e3e4a257d624dec2da4bb97 (patch)
tree9b7204572b475dd474be396d0ef3d0ec7d5668c0 /assembler/main.c
parent6c98c8d578ab5feb65a9f6827a7e1bad11468575 (diff)
Start correcting the translation.
Diffstat (limited to 'assembler/main.c')
-rw-r--r--assembler/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/main.c b/assembler/main.c
index 066c6612..d576833c 100644
--- a/assembler/main.c
+++ b/assembler/main.c
@@ -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]);