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.2 by cebix, 1999-10-21T13:19:27Z vs.
Revision 1.4 by cebix, 1999-10-21T15:27:08Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines