VirtualBox

Changeset 62425 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Jul 22, 2016 11:28:52 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108976
Message:

Devices/RC: MSC level 4 warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevTesting.cpp

    r62150 r62425  
    144144                    break;
    145145                case 2:
    146                     *(uint16_t *)pv = (uint16_t)VMMDEV_TESTING_NOP_RET;
     146                    *(uint16_t *)pv = RT_LO_U16(VMMDEV_TESTING_NOP_RET);
    147147                    break;
    148148                case 1:
    149                     *(uint8_t *)pv  = (uint8_t)VMMDEV_TESTING_NOP_RET;
     149                    *(uint8_t *)pv  = RT_LO_U8(VMMDEV_TESTING_NOP_RET);
    150150                    break;
    151151                default:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette