- Timestamp:
- Jul 22, 2016 11:33:41 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp
r62425 r62427 147 147 break; 148 148 case 1: 149 *(uint8_t *)pv = RT_LO_U8(VMMDEV_TESTING_NOP_RET);149 *(uint8_t *)pv = (uint8_t)(VMMDEV_TESTING_NOP_RET & UINT8_MAX); 150 150 break; 151 151 default:
Note:
See TracChangeset
for help on using the changeset viewer.

