Revision 983fe826 target-arm/cpu.h

b/target-arm/cpu.h
146 146
        int current_sp;
147 147
        int exception;
148 148
        int pending_exception;
149
        void *nvic;
150 149
    } v7m;
151 150

  
152 151
    /* Coprocessor IO used by peripherals */
......
205 204
    CPU_COMMON
206 205

  
207 206
    /* These fields after the common ones so they are preserved on reset.  */
207
    void *nvic;
208 208
    struct arm_boot_info *boot_info;
209 209
} CPUARMState;
210 210

  

Also available in: Unified diff