Changeset 36125 in vbox for trunk/src/recompiler/tcg/i386/tcg-target.h
- Timestamp:
- Mar 1, 2011 4:49:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/tcg/i386/tcg-target.h
r29520 r36125 57 57 #endif 58 58 59 #ifndef VBOX60 59 static inline void flush_icache_range(unsigned long start, unsigned long stop) 61 #else62 DECLINLINE(void) flush_icache_range(unsigned long start, unsigned long stop)63 #endif64 60 { 65 61 }
Note:
See TracChangeset
for help on using the changeset viewer.