diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-03 06:12:03 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-03-03 06:12:03 +0000 |
commit | ef7ec1c16d184c6b7296d681aaa7e4f37cb57c6c (patch) | |
tree | 9f70aef16c0acde2e6e226a2b3019ef431388aac /target-sh4/cpu.h | |
parent | 8dd640e49daeba4a47c1f9e75e0f09aeb5578644 (diff) |
clean build: Fix remaining sh4 warnings
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6668 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 7ee22d89ed..c0215f8ae0 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -165,6 +165,8 @@ static inline void cpu_set_tls(CPUSH4State *env, target_ulong newtls) env->gbr = newtls; } +void cpu_load_tlb(CPUSH4State * env); + #include "softfloat.h" #define CPUState CPUSH4State |