Changeset 29250 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- May 9, 2010 5:53:58 PM (15 years ago)
- Location:
- trunk/src/VBox/VMM/VMMGC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r28800 r29250 43 43 #include <VBox/tm.h> 44 44 #include <iprt/asm.h> 45 #include <iprt/asm-amd64-x86.h> 45 46 #include <iprt/assert.h> 46 47 -
trunk/src/VBox/VMM/VMMGC/VMMGC.cpp
r28800 r29250 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_VMM 23 #include <iprt/asm-amd64-x86.h> /* for SUPGetCpuHzFromGIP */ 23 24 #include <VBox/vmm.h> 24 25 #include <VBox/trpm.h> … … 29 30 #include <VBox/err.h> 30 31 #include <VBox/log.h> 31 #include <iprt/asm.h>32 32 #include <iprt/assert.h> 33 33 #include <iprt/initterm.h>
Note:
See TracChangeset
for help on using the changeset viewer.