/[gxemul]/trunk/src/cpus/generate_tail.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/cpus/generate_tail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $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 $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 75  int main(int argc, char *argv[]) Line 75  int main(int argc, char *argv[])
75          printf("#include \"cpu_dyntrans.c\"\n");          printf("#include \"cpu_dyntrans.c\"\n");
76          printf("#undef DYNTRANS_FUNCTION_TRACE\n\n");          printf("#undef DYNTRANS_FUNCTION_TRACE\n\n");
77    
78            printf("#ifndef MODE32\n");
79            printf("#define DYNTRANS_INIT_64BIT_DUMMY_TABLES "
80                "%s_init_64bit_dummy_tables\n", a);
81            printf("#include \"cpu_dyntrans.c\"\n");
82            printf("#undef DYNTRANS_INIT_64BIT_DUMMY_TABLES\n\n");
83            printf("#endif\n");
84    
85          printf("#define DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE "          printf("#define DYNTRANS_TC_ALLOCATE_DEFAULT_PAGE "
86              "%s_tc_allocate_default_page\n", a);              "%s_tc_allocate_default_page\n", a);
87          printf("#include \"cpu_dyntrans.c\"\n");          printf("#include \"cpu_dyntrans.c\"\n");

Legend:
Removed from v.22  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26