* po/da.po: Updated Danish translation.
[deliverable/binutils-gdb.git] / sim / erc32 / sis.c
index 75678815e920b1d125e158db471f4cc4ab9391f0..2354df919f3908d5968f0d98ba0259d62b6e82a7 100644 (file)
 #include <dis-asm.h>
 #include "sim-config.h"
 
-#ifndef fprintf
-extern          fprintf();
-#endif
-
 #define        VAL(x)  strtol(x,(char **)NULL,0)
 
 /* Structures and functions from readline library */
@@ -86,7 +82,7 @@ extern int era;
 int
 run_sim(sregs, icount, dis)
     struct pstate  *sregs;
-    unsigned int    icount;
+    uint64          icount;
     int             dis;
 {
     int             irq, mexc, deb, asi;
@@ -181,7 +177,7 @@ main(argc, argv)
     cfile = 0;
     for (i = 0; i < 64; i++)
        cmdq[i] = 0;
-    printf("\n SIS - SPARC intruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
+    printf("\n SIS - SPARC instruction simulator %s,  copyright Jiri Gaisler 1995\n", sis_version);
     printf(" Bug-reports to jgais@wd.estec.esa.nl\n\n");
     while (stat < argc) {
        if (argv[stat][0] == '-') {
This page took 0.02305 seconds and 4 git commands to generate.