1.1 --- a/src/sh4/sh4trans.h Sat Sep 29 11:06:40 2007 +0000
1.2 +++ b/src/sh4/sh4trans.h Sat Nov 17 06:04:19 2007 +0000
1.5 extern uint8_t *xlat_output;
1.7 -/************** Output generation ***************/
1.8 +/******************************************************************************
1.9 + * Code generation - these methods must be provided by the
1.10 + * actual code gen (eg sh4x86.c)
1.11 + ******************************************************************************/
1.13 void sh4_translate_begin_block( sh4addr_t pc );
1.15 -uint32_t sh4_x86_translate_instruction( sh4addr_t pc );
1.17 +uint32_t sh4_translate_instruction( sh4addr_t pc );
1.18 void sh4_translate_end_block( sh4addr_t pc );