Changeset 20998 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 26, 2009 11:01:02 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r20874 r20998 28 28 #include <VBox/pdmcritsect.h> 29 29 #include <VBox/mm.h> 30 #include <VBox/vmm.h> 30 31 #include <VBox/vm.h> 31 32 #include <VBox/err.h> … … 361 362 AssertRC(rc); 362 363 } 364 # endif 365 366 # if defined(DEBUG_bird) && defined(IN_RING0) 367 VMMTrashVolatileXMMRegs(); 363 368 # endif 364 369
Note:
See TracChangeset
for help on using the changeset viewer.