--- trunk/src/cpus/generate_head.c 2007/10/08 16:19:05 17 +++ trunk/src/cpus/generate_head.c 2007/10/08 16:19:11 18 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: generate_head.c,v 1.5 2005/09/18 19:54:14 debug Exp $ + * $Id: generate_head.c,v 1.7 2005/10/27 14:01:13 debug Exp $ */ #include @@ -103,6 +103,7 @@ "extern int old_show_trace_tree;\n" "extern int old_instruction_trace;\n" "extern int old_quiet_mode;\n" + "extern int show_opcode_statistics;\n" "extern int quiet_mode;\n"); printf("\n/* instr uses the same names as in " @@ -112,10 +113,8 @@ "#define instr32(n) %s32_instr_ ## n\n\n", a); printf("#endif\n\n"); - printf("/* This is for marking a physical page as containing " - "translated or\n combined instructions, respectively: */\n"); - printf("#define translated (cpu->cd.%s.cur_physpage->flags " - "|= TRANSLATIONS)\n", a); + printf("/* This is for marking a physical page as containing" + "\n combined instructions: */\n"); printf("#define combined (cpu->cd.%s.cur_physpage->flags " "|= COMBINATIONS)\n", a);