/[qemu]/qemu/cpu-exec.c
ViewVC logotype

Diff of /qemu/cpu-exec.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.63 by bellard, Wed Nov 23 21:02:53 2005 UTC revision 1.64 by bellard, Wed Nov 23 22:05:28 2005 UTC
# Line 262  int cpu_exec(CPUState *env1) Line 262  int cpu_exec(CPUState *env1)
262              return EXCP_HALTED;              return EXCP_HALTED;
263          }          }
264      }      }
265    #elif defined(TARGET_PPC)
266        if (env1->msr[MSR_POW]) {
267            if (env1->msr[MSR_EE] &&
268                (env1->interrupt_request &
269                 (CPU_INTERRUPT_HARD | CPU_INTERRUPT_TIMER))) {
270                env1->msr[MSR_POW] = 0;
271            } else {
272                return EXCP_HALTED;
273            }
274        }
275  #endif  #endif
276    
277      cpu_single_env = env1;      cpu_single_env = env1;

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26