- Timestamp:
- Aug 7, 2021 3:24:44 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
r90503 r90574 516 516 pThis->TestingData.Value.u32Unit = (uint16_t)u32; 517 517 else if (off == 10) 518 pThis->TestingData.Value.u32Unit = u32 << 16;518 pThis->TestingData.Value.u32Unit |= u32 << 16; 519 519 else 520 520 break;
Note:
See TracChangeset
for help on using the changeset viewer.