mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
Fix some warnings that would be generated by gcc -Wredundant-decls
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5115 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c8f9349ad9
commit
79383c9c08
39 changed files with 59 additions and 143 deletions
|
@ -808,15 +808,8 @@ static void tcg_out_div_helper(TCGContext *s, int cond, const TCGArg *args,
|
|||
}
|
||||
|
||||
#ifdef CONFIG_SOFTMMU
|
||||
extern void __ldb_mmu(void);
|
||||
extern void __ldw_mmu(void);
|
||||
extern void __ldl_mmu(void);
|
||||
extern void __ldq_mmu(void);
|
||||
|
||||
extern void __stb_mmu(void);
|
||||
extern void __stw_mmu(void);
|
||||
extern void __stl_mmu(void);
|
||||
extern void __stq_mmu(void);
|
||||
#include "../../softmmu_defs.h"
|
||||
|
||||
static void *qemu_ld_helpers[4] = {
|
||||
__ldb_mmu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue