mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
Small cleanup of gen_intermediate_code(_internal), by Laurent Desnogues.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4891 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -60,8 +60,8 @@ typedef void (GenOpFunc3)(long, long, long);
|
||||
extern FILE *logfile;
|
||||
extern int loglevel;
|
||||
|
||||
int gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
|
||||
int gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
|
||||
void gen_intermediate_code(CPUState *env, struct TranslationBlock *tb);
|
||||
void gen_intermediate_code_pc(CPUState *env, struct TranslationBlock *tb);
|
||||
void gen_pc_load(CPUState *env, struct TranslationBlock *tb,
|
||||
unsigned long searched_pc, int pc_pos, void *puc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user