Revision 9133e39b cpu-defs.h

b/cpu-defs.h
160 160
    int nb_watchpoints;                                                 \
161 161
    int watchpoint_hit;                                                 \
162 162
                                                                        \
163
    /* Core interrupt code */                                           \
164
    jmp_buf jmp_env;                                                    \
165
    int exception_index;                                                \
166
                                                                        \
163 167
    void *next_cpu; /* next CPU sharing TB cache */                     \
164 168
    int cpu_index; /* CPU index (informative) */                        \
165 169
    /* user data */                                                     \

Also available in: Unified diff