diff options
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/translator.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/exec/translator.h b/include/exec/translator.h index 41e2a41..d70942a 100644 --- a/include/exec/translator.h +++ b/include/exec/translator.h @@ -22,20 +22,6 @@ #include "exec/vaddr.h" /** - * gen_intermediate_code - * @cpu: cpu context - * @tb: translation block - * @max_insns: max number of instructions to translate - * @pc: guest virtual program counter address - * @host_pc: host physical program counter address - * - * This function must be provided by the target, which should create - * the target-specific DisasContext, and then invoke translator_loop. - */ -void gen_intermediate_code(CPUState *cpu, TranslationBlock *tb, int *max_insns, - vaddr pc, void *host_pc); - -/** * DisasJumpType: * @DISAS_NEXT: Next instruction in program order. * @DISAS_TOO_MANY: Too many instructions translated. |