mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 04:26:23 +00:00
cpu:Remove unused callbacks
This commit is contained in:
parent
615e361cf2
commit
49166d71ab
|
@ -145,10 +145,6 @@ typedef struct CPUClass {
|
|||
void (*dump_statistics)(CPUState *cpu, FILE *f,
|
||||
fprintf_function cpu_fprintf, int flags);
|
||||
int64_t (*get_arch_id)(CPUState *cpu);
|
||||
void * (*alloc_env)(CPUState *cpu);
|
||||
void (*get_env)(CPUState *cpu, void *env);
|
||||
void (*set_env)(CPUState *cpu, void *env);
|
||||
void (*free_env)(CPUState *cpu, void *env);
|
||||
bool (*get_paging_enabled)(const CPUState *cpu);
|
||||
void (*get_memory_mapping)(CPUState *cpu, MemoryMappingList *list,
|
||||
Error **errp);
|
||||
|
|
Loading…
Reference in a new issue