From a541f297a37e64673aac52abc858e0904e316b48 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 12 Apr 2004 20:39:29 +0000 Subject: PowerPC system emulation fixes (Jocelyn Mayer) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@722 c046a42c-6fe2-441c-8c8c-71466251a162 --- cpu-exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu-exec.c') diff --git a/cpu-exec.c b/cpu-exec.c index 9b049dc616..6307e0c16d 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -190,7 +190,7 @@ int cpu_exec(CPUState *env1) (env->eflags & IF_MASK) && !(env->hflags & HF_INHIBIT_IRQ_MASK)) { int intno; - intno = cpu_x86_get_pic_interrupt(env); + intno = cpu_get_pic_interrupt(env); if (loglevel & CPU_LOG_TB_IN_ASM) { fprintf(logfile, "Servicing hardware INT=0x%02x\n", intno); } -- cgit 1.4.1