Revision aaed909a hw/shix.c

b/hw/shix.c
70 70
    int ret;
71 71
    CPUState *env;
72 72
    struct SH7750State *s;
73
    
74
    if (!cpu_model)
75
        cpu_model = "any";
73 76

  
74 77
    printf("Initializing CPU\n");
75
    env = cpu_init();
78
    env = cpu_init(cpu_model);
76 79

  
77 80
    /* Allocate memory space */
78 81
    printf("Allocating ROM\n");

Also available in: Unified diff