Revision d720b93d target-arm/cpu.h

b/target-arm/cpu.h
43 43
    struct TranslationBlock *current_tb;
44 44
    int user_mode_only;
45 45

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

Also available in: Unified diff