Revision b5ec5ce0 target-i386/cpu.h
b/target-i386/cpu.h | ||
---|---|---|
723 | 723 |
CPUX86State *cpu_x86_init(const char *cpu_model); |
724 | 724 |
int cpu_x86_exec(CPUX86State *s); |
725 | 725 |
void cpu_x86_close(CPUX86State *s); |
726 |
void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, |
|
727 |
...)); |
|
726 |
void x86_cpu_list (FILE *f, int (*cpu_fprintf)(FILE *f, const char *fmt, ...), |
|
727 |
const char *optarg); |
|
728 |
void x86_cpudef_setup(void); |
|
729 |
|
|
728 | 730 |
int cpu_get_pic_interrupt(CPUX86State *s); |
729 | 731 |
/* MSDOS compatibility mode FPU exception support */ |
730 | 732 |
void cpu_set_ferr(CPUX86State *s); |
... | ... | |
876 | 878 |
#define cpu_exec cpu_x86_exec |
877 | 879 |
#define cpu_gen_code cpu_x86_gen_code |
878 | 880 |
#define cpu_signal_handler cpu_x86_signal_handler |
879 |
#define cpu_list x86_cpu_list |
|
881 |
#define cpu_list_id x86_cpu_list |
|
882 |
#define cpudef_setup x86_cpudef_setup |
|
880 | 883 |
|
881 | 884 |
#define CPU_SAVE_VERSION 11 |
882 | 885 |
|
Also available in: Unified diff