* i386.c (i386_iscall): Static.
[deliverable/binutils-gdb.git] / gprof / i386.c
index 8836dc3e99b70d749fe770a2dbd53982889310d9..e30648fe08d3ab8c8957d613032d196659f4a669 100644 (file)
 #include "hist.h"
 #include "symtab.h"
 
-int i386_iscall PARAMS ((unsigned char *));
+static int i386_iscall PARAMS ((unsigned char *));
 void i386_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
 
-int
+static int
 i386_iscall (ip)
      unsigned char *ip;
 {
This page took 0.02241 seconds and 4 git commands to generate.