VirtualBox

Changeset 26857 in vbox for trunk/src


Ignore:
Timestamp:
Feb 26, 2010 2:37:00 PM (15 years ago)
Author:
vboxsync
Message:

JRocketVM writes the status word using a dword out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r26614 r26857  
    16401640            acpiPM1aStsWritew((ACPIState*)pvUser, Port, u32);
    16411641            break;
     1642        case 4:
     1643            acpiPM1aStsWritew((ACPIState*)pvUser, Port, u32 & 0xffff);
     1644            break;
    16421645        default:
    16431646            AssertMsgFailed(("Port=%#x cb=%d u32=%#x\n", Port, cb, u32));
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