mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target-alpha: fix 2 warnings
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5992 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9322057384
commit
9587035602
2 changed files with 4 additions and 5 deletions
|
@ -48,11 +48,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);
|
||||
|
||||
void do_interrupt (CPUState *env);
|
||||
|
||||
static always_inline int cpu_halted(CPUState *env) {
|
||||
if (!env->halted)
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue