/[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 33 by dpavlin, Mon Oct 8 16:20:26 2007 UTC revision 34 by dpavlin, Mon Oct 8 16:21:17 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2005  Anders Gavare.  All rights reserved.   *  Copyright (C) 2005-2007  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: generate_tail.c,v 1.12 2006/07/16 13:32:26 debug Exp $   *  $Id: generate_tail.c,v 1.15 2007/02/02 17:44:04 debug Exp $
29   */   */
30    
31  #include <stdio.h>  #include <stdio.h>
# Line 66  int main(int argc, char *argv[]) Line 66  int main(int argc, char *argv[])
66    
67          printf("\n/*\n *  AUTOMATICALLY GENERATED! Do not edit.\n */\n\n");          printf("\n/*\n *  AUTOMATICALLY GENERATED! Do not edit.\n */\n\n");
68    
69            printf("extern size_t dyntrans_cache_size;\n");
70            printf("extern int native_code_translation_enabled;\n");
71            printf("#include \"native.h\"\n");
72    
73          printf("#ifdef DYNTRANS_32\n");          printf("#ifdef DYNTRANS_32\n");
74          printf("#define MODE32\n");          printf("#define MODE32\n");
75          printf("#endif\n");          printf("#endif\n");

Legend:
Removed from v.33  
changed lines
  Added in v.34

  ViewVC Help
Powered by ViewVC 1.1.26