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:
blueswir1 2008-08-30 09:51:20 +00:00
parent c8f9349ad9
commit 79383c9c08
39 changed files with 59 additions and 143 deletions

View file

@ -477,9 +477,6 @@ void cpu_loop(CPUX86State *env)
#ifdef TARGET_ARM
/* XXX: find a better solution */
extern void tb_invalidate_page_range(abi_ulong start, abi_ulong end);
static void arm_cache_flush(abi_ulong start, abi_ulong last)
{
abi_ulong addr, last1;