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" |
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) { |