--- trunk/src/cpus/generate_tail.c 2007/10/08 16:19:37 22 +++ trunk/src/cpus/generate_tail.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: generate_tail.c,v 1.8 2005/12/26 12:32:10 debug Exp $ + * $Id: generate_tail.c,v 1.9 2006/02/21 18:10:42 debug Exp $ */ #include @@ -75,6 +75,13 @@ printf("#include \"cpu_dyntrans.c\"\n"); printf("#undef DYNTRANS_FUNCTION_TRACE\n\n"); + printf("#ifndef MODE32\n"); + printf("#define DYNTRANS_INIT_64BIT_DUMMY_TABLES " + "%s_init_64bit_dummy_tables\n", a); + printf("#include \"cpu_dyntrans.c\"\n"); + printf("#undef DYNTRANS_INIT_64BIT_DUMMY_TABLES\n\n"); + printf("#endif\n"); + printf("#define DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE " "%s_tc_allocate_default_page\n", a); printf("#include \"cpu_dyntrans.c\"\n");