X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=exec-all.h;h=ca97f575ef457c2913d97ab8d7b5be17d49f2b6b;hb=2cbd949d7acc8381a87ba653ad973aa03e55b475;hp=aec318ba892af7028240cfb39b88324a3eb7b735;hpb=0f3955e2d28d71bc18935913e0bc2c5d134b1568;p=qemu diff --git a/exec-all.h b/exec-all.h index aec318b..ca97f57 100644 --- a/exec-all.h +++ b/exec-all.h @@ -82,6 +82,7 @@ TranslationBlock *tb_gen_code(CPUState *env, target_ulong pc, target_ulong cs_base, int flags, int cflags); void cpu_exec_init(CPUState *env); +void cpu_loop_exit(void); int page_unprotect(target_ulong address, unsigned long pc, void *puc); void tb_invalidate_phys_page_range(target_phys_addr_t start, target_phys_addr_t end, int is_cpu_write_access);