mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 18:56:44 +00:00
translate-all: delete prototype for non-existent function
Missed in commit 3a808cc40 Backports commit b6b099541d6cf3c50b0fb5af916fff0db6508805 from qemu
This commit is contained in:
parent
79df79434d
commit
e37ed23e7f
|
@ -20,7 +20,6 @@
|
||||||
#define TRANSLATE_ALL_H
|
#define TRANSLATE_ALL_H
|
||||||
|
|
||||||
/* translate-all.c */
|
/* translate-all.c */
|
||||||
void cpu_unlink_tb(CPUState *cpu);
|
|
||||||
void tb_check_watchpoint(CPUState *cpu);
|
void tb_check_watchpoint(CPUState *cpu);
|
||||||
void tb_invalidate_phys_page_fast(struct uc_struct* uc, tb_page_addr_t start, int len);
|
void tb_invalidate_phys_page_fast(struct uc_struct* uc, tb_page_addr_t start, int len);
|
||||||
void tb_cleanup(struct uc_struct *uc);
|
void tb_cleanup(struct uc_struct *uc);
|
||||||
|
|
Loading…
Reference in a new issue