* alpha.c: Add missing prototypes.
[deliverable/binutils-gdb.git] / gprof / i386.c
index 338a443d991a1a157b3dc8faad5d1844aba83452..8836dc3e99b70d749fe770a2dbd53982889310d9 100644 (file)
 #include "hist.h"
 #include "symtab.h"
 
+int i386_iscall PARAMS ((unsigned char *));
+void i386_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
 
 int
-DEFUN (i386_iscall, (ip), unsigned char *ip)
+i386_iscall (ip)
+     unsigned char *ip;
 {
   if (*ip == 0xe8)
     return 1;
This page took 0.027847 seconds and 4 git commands to generate.