/[qemu]/qemu/target-ppc/helper.c
ViewVC logotype

Diff of /qemu/target-ppc/helper.c

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

revision 1.28 by bellard, Sun Nov 20 10:33:00 2005 UTC revision 1.29 by bellard, Wed Nov 23 22:05:28 2005 UTC
# Line 846  void do_store_msr (CPUPPCState *env, tar Line 846  void do_store_msr (CPUPPCState *env, tar
846      msr_ri  = (value >> MSR_RI)  & 1;      msr_ri  = (value >> MSR_RI)  & 1;
847      msr_le  = (value >> MSR_LE)  & 1;      msr_le  = (value >> MSR_LE)  & 1;
848      do_compute_hflags(env);      do_compute_hflags(env);
849        if (msr_pow) {
850            /* power save: exit cpu loop */
851            env->exception_index = EXCP_HLT;
852            cpu_loop_exit();
853        }
854  }  }
855    
856  float64 do_load_fpscr (CPUPPCState *env)  float64 do_load_fpscr (CPUPPCState *env)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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