mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
Fixed an include
This commit is contained in:
@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
/* $Id$
|
/* $Id$
|
||||||
$Log
|
$Log
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ static void put_abs();
|
|||||||
int
|
int
|
||||||
print_insn_i960( memaddr, buffer, s )
|
print_insn_i960( memaddr, buffer, s )
|
||||||
bfd_vma memaddr;
|
bfd_vma memaddr;
|
||||||
uint8e_type *buffer;
|
uint8e_type *buffer;
|
||||||
FILE *s;
|
FILE *s;
|
||||||
{
|
{
|
||||||
unsigned int word1, word2;
|
unsigned int word1, word2;
|
||||||
|
Reference in New Issue
Block a user