forked from Imagelibrary/binutils-gdb
* alpha.c: Add missing prototypes.
* sparc.c: Likewise. * tahoe.c: Likewise. * vax.c: Likewise. * i386.c: Likewise. (i386_iscall): Don't use DEFUN.
This commit is contained in:
@@ -22,9 +22,12 @@
|
||||
#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;
|
||||
|
||||
Reference in New Issue
Block a user