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.10 by cebix, 1999-11-03T10:56:40Z vs.
Revision 1.11 by gbeauche, 2000-09-22T17:19:12Z

# Line 2639 | Line 2639 | static void generate_func (void)
2639  
2640      using_prefetch = 0;
2641      using_exception_3 = 0;
2642 + #if !USE_PREFETCH_BUFFER
2643 +        /* gb-- No need for a prefetch buffer, nor exception 3 handling */
2644 +        /* Anyway, Basilisk2 does not use the op_smalltbl_5 table... */
2645 +    for (i = 0; i <= 4; i++) {
2646 + #else
2647      for (i = 0; i < 6; i++) {
2648 + #endif
2649          cpu_level = 4 - i;
2650          if (i == 5) {
2651              cpu_level = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines