Revision d720b93d target-sparc/cpu.h

b/target-sparc/cpu.h
43 43
    void *opaque;
44 44
    /* NOTE: we allow 8 more registers to handle wrapping */
45 45
    uint32_t regbase[NWINDOWS * 16 + 8];
46

  
47
    /* in order to avoid passing too many arguments to the memory
48
       write helpers, we store some rarely used information in the CPU
49
       context) */
50
    unsigned long mem_write_pc; /* host pc at which the memory was
51
                                   written */
52
    unsigned long mem_write_vaddr; /* target virtual addr at which the
53
                                      memory was written */
46 54
} CPUSPARCState;
47 55

  
48 56
CPUSPARCState *cpu_sparc_init(void);

Also available in: Unified diff