Changeset 35346 in vbox for trunk/src/VBox/Devices/Storage/fdc.c
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/fdc.c
r34294 r35346 47 47 *******************************************************************************/ 48 48 #define LOG_GROUP LOG_GROUP_DEV_FDC 49 #include <VBox/ pdmdev.h>49 #include <VBox/vmm/pdmdev.h> 50 50 #include <iprt/assert.h> 51 51 #include <iprt/string.h> … … 2170 2170 } 2171 2171 else /* New state - straightforward. */ 2172 { 2172 { 2173 2173 Assert(uVersion == FDC_SAVESTATE_CURRENT); 2174 2174 /* Load the FDC I/O registers... */
Note:
See TracChangeset
for help on using the changeset viewer.