ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/main_macosx.mm
(Generate patch)

Comparing BasiliskII/src/MacOSX/main_macosx.mm (file contents):
Revision 1.15 by nigel, 2006-03-11T11:45:25Z vs.
Revision 1.16 by gbeauche, 2006-05-08T16:56:07Z

# Line 54 | Line 54 | using std::string;
54   #include "xpram.h"
55  
56   #if USE_JIT
57 < extern void flush_icache_range(uint32 start, uint32 size);  // from compemu_support.cpp
57 > extern void flush_icache_range(uint8 *start, uint32 size);  // from compemu_support.cpp
58   #endif
59  
60   #ifdef ENABLE_MON
# Line 498 | Line 498 | void FlushCodeCache(void *start, uint32
498   {
499   #if USE_JIT
500      if (UseJIT)
501 <                flush_icache_range((uintptr)start, size);
501 >                flush_icache_range((uint8 *)start, size);
502   #endif
503   }
504  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines