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.8 by cebix, 1999-10-28T16:52:28Z vs.
Revision 1.9 by cebix, 1999-10-31T23:18:40Z

# Line 2514 | Line 2514 | static void generate_one_opcode (int rp)
2514      }
2515      fprintf (stblfile, "{ op_%lx_%d, 0, %ld }, /* %s */\n", opcode, postfix, opcode, lookuptab[i].name);
2516      fprintf (headerfile, "extern cpuop_func op_%lx_%d;\n", opcode, postfix);
2517 <    printf ("unsigned long REGPARAM2 op_%lx_%d(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name);
2517 >    printf ("void REGPARAM2 op_%lx_%d(uae_u32 opcode) /* %s */\n{\n", opcode, postfix, lookuptab[i].name);
2518  
2519      switch (table68k[opcode].stype) {
2520       case 0: smsk = 7; break;
# Line 2628 | Line 2628 | static void generate_one_opcode (int rp)
2628      gen_opcode (opcode);
2629      if (need_endlabel)
2630          printf ("%s: ;\n", endlabelstr);
2631    printf ("return %d;\n", insn_n_cycles);
2631      printf ("}\n");
2632      opcode_next_clev[rp] = next_cpu_level;
2633      opcode_last_postfix[rp] = postfix;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines