* m10300-opc.c (asr, lsr, asl): Fix am33 single bit shift opcode.
[deliverable/binutils-gdb.git] / gprof / source.h
index ebdbb3b91b22709a85b6973633f761ed6353b11e..b33bad3e0a675178a3a743d72cd5b7ff9f4d6226 100644 (file)
@@ -9,7 +9,7 @@ typedef struct source_file
   {
     struct source_file *next;
     const char *name;          /* name of source file */
-    int ncalls;                        /* # of "calls" to this file */
+    unsigned long ncalls;      /* # of "calls" to this file */
     int num_lines;             /* # of lines in file */
     int nalloced;              /* number of lines allocated */
     void **line;               /* usage-dependent per-line data */
This page took 0.026183 seconds and 4 git commands to generate.