* p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
[deliverable/binutils-gdb.git] / sim / h8300 / run.c
index c42c8e728cc5647f8e9c4b407019310db268fe0f..16732276c53c0e72cdc391d732f459ac2d9d3d43 100644 (file)
@@ -57,7 +57,6 @@ char **av;
     printf("run %s\n", name);
   }
   abfd = bfd_openr(name,"coff-h8300");
-
   if (abfd) {
       
     if (bfd_check_format(abfd, bfd_object)) 
@@ -71,7 +70,8 @@ char **av;
       }
 
       start_address = bfd_get_start_address(abfd);
-      sim_store_register(start_address);
+      sim_store_register(
+                        9,start_address);
       sim_resume(0,0);
       return 0;
     }
This page took 0.023462 seconds and 4 git commands to generate.