Changeset 103241 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Feb 7, 2024 11:30:01 AM (15 months ago)
- svn:sync-xref-src-repo-rev:
- 161527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r99768 r103241 1430 1430 if (pThisCC->enmSpeakerEmu == PIT_SPEAKER_EMU_NONE) 1431 1431 { 1432 Assert(fd == -1); 1432 if (fd != -1) 1433 { 1434 close(fd); 1435 fd = -1; 1436 } 1433 1437 LogRel(("PIT: speaker: no emulation possible\n")); 1434 1438 }
Note:
See TracChangeset
for help on using the changeset viewer.