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

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

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

revision 1.9 by bellard, Sat Oct 9 18:08:01 2004 UTC revision 1.10 by bellard, Tue Feb 8 21:24:36 2005 UTC
# Line 377  void do_fnabs (void) Line 377  void do_fnabs (void)
377    
378  void do_check_reservation (void)  void do_check_reservation (void)
379  {  {
380      if ((env->reserve & ~(ICACHE_LINE_SIZE - 1)) == T0)      if ((env->reserve & ~0x03) == T0)
381          env->reserve = -1;          env->reserve = -1;
382  }  }
383    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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