Changeset 49881 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 12, 2013 11:00:42 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91254
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevFdc.cpp
r48162 r49881 53 53 54 54 #include "VBoxDD.h" 55 #include "vl_vbox.h"56 55 57 56 #define FDC_SAVESTATE_CURRENT 2 /* The new and improved saved state. */ … … 712 711 uint32_t io_base; 713 712 /* Controller state */ 713 #ifndef VBOX 714 714 QEMUTimer *result_timer; 715 #else 716 struct TMTIMER *result_timer; 717 #endif 715 718 uint8_t sra; 716 719 uint8_t srb;
Note:
See TracChangeset
for help on using the changeset viewer.