Changeset 13382 in vbox for trunk/src/recompiler_new/cpu-exec.c
- Timestamp:
- Oct 19, 2008 8:45:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/cpu-exec.c
r13301 r13382 169 169 } 170 170 171 #ifndef VBOX 171 172 static inline TranslationBlock *tb_find_fast(void) 173 #else 174 DECLINLINE(TranslationBlock *) tb_find_fast(void) 175 #endif 172 176 { 173 177 TranslationBlock *tb;
Note:
See TracChangeset
for help on using the changeset viewer.