Revision 01ba9816 cpu-defs.h

b/cpu-defs.h
146 146
    void *next_cpu; /* next CPU sharing TB cache */                     \
147 147
    int cpu_index; /* CPU index (informative) */                        \
148 148
    /* user data */                                                     \
149
    void *opaque;
149
    void *opaque;                                                       \
150
                                                                        \
151
    const char *cpu_model_str;
150 152

  
151 153
#endif

Also available in: Unified diff