Revision 06f3ed26

b/hw/sh4/shix.c
52 52

  
53 53
    printf("Initializing CPU\n");
54 54
    env = cpu_init(cpu_model);
55
    if (env == NULL) {
56
        fprintf(stderr, "Unable to find CPU definition\n");
57
        exit(1);
58
    }
55 59

  
56 60
    /* Allocate memory space */
57 61
    printf("Allocating ROM\n");

Also available in: Unified diff