VirtualBox

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


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

vmmdevTestingMmioRead: build fix.

File:
1 edited

Legend:

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

    r62425 r62427  
    147147                    break;
    148148                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);
    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