mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44: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
|
@ -74,8 +74,6 @@ static always_inline void regs_to_env(void)
|
|||
|
||||
int cpu_alpha_handle_mmu_fault (CPUState *env, uint64_t address, int rw,
|
||||
int mmu_idx, int is_softmmu);
|
||||
int cpu_alpha_mfpr (CPUState *env, int iprn, uint64_t *valp);
|
||||
int cpu_alpha_mtpr (CPUState *env, int iprn, uint64_t val, uint64_t *oldvalp);
|
||||
|
||||
void do_interrupt (CPUState *env);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue