Revision b5ec5ce0 vl.c

b/vl.c
4836 4836
            fclose(fp);
4837 4837
        }
4838 4838
    }
4839
#if defined(cpudef_setup)
4840
    cpudef_setup(); /* parse cpu definitions in target config file */
4841
#endif
4839 4842

  
4840 4843
    /* second pass of option parsing */
4841 4844
    optind = 1;
......
4869 4872
                /* hw initialization will check this */
4870 4873
                if (*optarg == '?') {
4871 4874
/* XXX: implement xxx_cpu_list for targets that still miss it */
4872
#if defined(cpu_list)
4873
                    cpu_list(stdout, &fprintf);
4875
#if defined(cpu_list_id)
4876
                    cpu_list_id(stdout, &fprintf, optarg);
4877
#elif defined(cpu_list)
4878
                    cpu_list(stdout, &fprintf);	        /* deprecated */
4874 4879
#endif
4875 4880
                    exit(0);
4876 4881
                } else {

Also available in: Unified diff