/[qemu]/qemu/dyngen.h
ViewVC logotype

Diff of /qemu/dyngen.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Fri Jul 11 15:17:41 2003 UTC revision 1.4 by bellard, Sun Aug 10 22:14:22 2003 UTC
# Line 94  static inline void flush_icache_range(un Line 94  static inline void flush_icache_range(un
94  }  }
95  #endif  #endif
96    
97    #ifdef __mc68000
98    #include <asm/cachectl.h>
99    static inline void flush_icache_range(unsigned long start, unsigned long stop)
100    {
101        cacheflush(start,FLUSH_SCOPE_LINE,FLUSH_CACHE_BOTH,stop-start+16);
102    }
103    #endif
104    
105  #ifdef __alpha__  #ifdef __alpha__
106    
107  register int gp asm("$29");  register int gp asm("$29");

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26