Changeset 104280 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Apr 10, 2024 4:48:47 PM (11 months ago)
- svn:sync-xref-src-repo-rev:
- 162750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r99739 r104280 3814 3814 case 4: rc = pcnetR3MmioReadU32(pDevIns, pThis, pThisCC, off, (uint32_t *)pv); break; 3815 3815 default: 3816 memset(pv, 0, cb); 3816 3817 rc = PDMDevHlpDBGFStop(pDevIns, RT_SRC_POS, "pcnetR3MmioRead: unsupported op size: address=%RGp cb=%u\n", off, cb); 3818 break; 3817 3819 } 3818 3820 STAM_PROFILE_ADV_STOP(&pThis->CTX_SUFF_Z(StatMMIORead), a);
Note:
See TracChangeset
for help on using the changeset viewer.