Changeset 7094 in vbox
- Timestamp:
- Feb 22, 2008 11:09:02 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28337
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r7077 r7094 4243 4243 pData->pTimerPollGC = TMTimerGCPtr(pData->pTimerPollHC); 4244 4244 #endif 4245 pData->pTimerSoftIntGC = TMTimerGCPtr(pData->pTimerSoftIntHC); 4245 if (pData->fAm79C973) 4246 pData->pTimerSoftIntGC = TMTimerGCPtr(pData->pTimerSoftIntHC); 4246 4247 } 4247 4248
Note:
See TracChangeset
for help on using the changeset viewer.