Changeset 62632 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jul 28, 2016 3:58:14 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109205
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r62609 r62632 854 854 PDMBOTHCBDECL(int) pitIOPortSpeakerRead(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t *pu32, unsigned cb) 855 855 { 856 NOREF(pvUser);856 RT_NOREF2(pvUser, Port); 857 857 if (cb == 1) 858 858 {
Note:
See TracChangeset
for help on using the changeset viewer.