ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/gencpu.c
(Generate patch)

Comparing BasiliskII/src/uae_cpu/gencpu.c (file contents):
Revision 1.3 by cebix, 1999-10-21T15:14:42Z vs.
Revision 1.5 by cebix, 1999-10-21T15:55:32Z

# Line 26 | Line 26
26  
27   #if defined(SPARC_V8_ASSEMBLY) || defined(SPARC_V9_ASSEMBLY)
28   #define SPARC_ASSEMBLY 0
29 #include "sparcasm.h"
29   #endif
30  
31   #define BOOL_TYPE "int"
# Line 2495 | Line 2494 | static void generate_one_opcode (int rp)
2494      }
2495      fprintf (stblfile, "{ op_%lx_%d, 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name);
2496      fprintf (headerfile, "extern cpuop_func op_%lx_%d;\n", opcode, postfix);
2498 /*      fprintf (headerfile, "extern unsigned long REGPARAM2 op_%lx_%d(uae_u32);\n", opcode, postfix); */
2497      printf ("unsigned long REGPARAM2 op_%lx_%d(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name);
2498  
2499      switch (table68k[opcode].stype) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines