Changeset 39112 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Oct 25, 2011 2:51:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r39111 r39112 373 373 * @param cbValue How many bytes to read. 374 374 */ 375 static int iomMMIODoReadFFs(void *pvValue, unsignedcbValue)375 static int iomMMIODoReadFFs(void *pvValue, size_t cbValue) 376 376 { 377 377 switch (cbValue) … … 400 400 * @param cbValue How many bytes to read. 401 401 */ 402 static int iomMMIODoRead00s(void *pvValue, unsignedcbValue)402 static int iomMMIODoRead00s(void *pvValue, size_t cbValue) 403 403 { 404 404 switch (cbValue)
Note:
See TracChangeset
for help on using the changeset viewer.