VirtualBox

Changeset 62150 in vbox


Ignore:
Timestamp:
Jul 11, 2016 7:52:40 AM (8 years ago)
Author:
vboxsync
Message:

vmmdevTestingMmioWrite: NOP_R3 fix.

File:
1 edited

Legend:

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

    r62149 r62150  
    5454    switch (GCPhysAddr)
    5555    {
     56        case VMMDEV_TESTING_MMIO_NOP_R3:
     57#ifndef IN_RING3
     58            return VINF_IOM_R3_MMIO_WRITE;
     59#endif
    5660        case VMMDEV_TESTING_MMIO_NOP:
    57         case VMMDEV_TESTING_MMIO_NOP_R3:
    58 #ifdef IN_RING3
    5961            return VINF_SUCCESS;
    60 #else
    61             return VINF_IOM_R3_MMIO_WRITE;
    62 #endif
    6362
    6463        default:
Note: See TracChangeset for help on using the changeset viewer.

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