Changeset 42601 in vbox for trunk/src/recompiler/cache-utils.h
- Timestamp:
- Aug 5, 2012 4:26:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cache-utils.h
r36170 r42601 13 13 14 14 /* mildly adjusted code from tcg-dyngen.c */ 15 static inline void flush_icache_range(u nsigned long start, unsigned longstop)15 static inline void flush_icache_range(uintptr_t start, uintptr_t stop) 16 16 { 17 17 unsigned long p, start1, stop1;
Note:
See TracChangeset
for help on using the changeset viewer.