/[gxemul]/trunk/src/include/cpu_mips.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/cpu_mips.h

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

revision 39 by dpavlin, Mon Oct 8 16:21:17 2007 UTC revision 40 by dpavlin, Mon Oct 8 16:22:11 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_mips.h,v 1.55 2007/02/07 18:58:32 debug Exp $   *  $Id: cpu_mips.h,v 1.56 2007/04/28 09:19:52 debug Exp $
32   */   */
33    
34  #include "interrupt.h"  #include "interrupt.h"
# Line 235  struct mips_cpu { Line 235  struct mips_cpu {
235          struct timer    *timer;          struct timer    *timer;
236    
237          int             rmw;            /*  Read-Modify-Write  */          int             rmw;            /*  Read-Modify-Write  */
238          int             rmw_len;        /*  Length of rmw modification  */          uint64_t        rmw_len;        /*  Length of rmw modification  */
239          uint64_t        rmw_addr;       /*  Address of rmw modification  */          uint64_t        rmw_addr;       /*  Address of rmw modification  */
240    
241          /*          /*

Legend:
Removed from v.39  
changed lines
  Added in v.40

  ViewVC Help
Powered by ViewVC 1.1.26