mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
removed bogus include
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1498 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
97067eb5bc
commit
e0727e17f3
2 changed files with 0 additions and 3 deletions
|
@ -3315,8 +3315,6 @@ print_insn_mips (memaddr, word, info)
|
||||||
are single stepping, or the pc is within the disassembled function,
|
are single stepping, or the pc is within the disassembled function,
|
||||||
this works. Otherwise, we need a clue. Sometimes. */
|
this works. Otherwise, we need a clue. Sometimes. */
|
||||||
|
|
||||||
#include "cpu.h"
|
|
||||||
|
|
||||||
static int
|
static int
|
||||||
_print_insn_mips (memaddr, info, endianness)
|
_print_insn_mips (memaddr, info, endianness)
|
||||||
bfd_vma memaddr;
|
bfd_vma memaddr;
|
||||||
|
|
|
@ -3073,7 +3073,6 @@ print_insn_powerpc (disassemble_info *info, uint32_t insn, unsigned memaddr,
|
||||||
|
|
||||||
/* Print a big endian PowerPC instruction. For convenience, also
|
/* Print a big endian PowerPC instruction. For convenience, also
|
||||||
disassemble instructions supported by the Motorola PowerPC 601. */
|
disassemble instructions supported by the Motorola PowerPC 601. */
|
||||||
#include "cpu.h"
|
|
||||||
|
|
||||||
int print_insn_ppc (bfd_vma pc, disassemble_info *info)
|
int print_insn_ppc (bfd_vma pc, disassemble_info *info)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue