/[qemu]/qemu/target-ppc/op_template.h
ViewVC logotype

Diff of /qemu/target-ppc/op_template.h

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

revision 1.4 by bellard, Sun May 23 22:18:12 2004 UTC revision 1.5 by bellard, Sat Jul 2 20:59:34 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  PPC emulation micro-operations for qemu.   *  PowerPC emulation micro-operations for qemu.
3   *   *
4   *  Copyright (c) 2003 Jocelyn Mayer   *  Copyright (c) 2003-2005 Jocelyn Mayer
5   *   *
6   * This library is free software; you can redistribute it and/or   * This library is free software; you can redistribute it and/or
7   * modify it under the terms of the GNU Lesser General Public   * modify it under the terms of the GNU Lesser General Public
# Line 175  void OPPROTO glue(op_load_sr, REG)(void) Line 175  void OPPROTO glue(op_load_sr, REG)(void)
175    
176  void OPPROTO glue(op_store_sr, REG)(void)  void OPPROTO glue(op_store_sr, REG)(void)
177  {  {
178      do_store_sr(REG);      do_store_sr(env, REG, T0);
179      RETURN();      RETURN();
180  }  }
181  #endif  #endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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