VirtualBox

Changeset 74698 in vbox for trunk


Ignore:
Timestamp:
Oct 9, 2018 6:34:06 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Fix typo in SMSW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h

    r74697 r74698  
    53015301
    53025302        case IEMMODE_32BIT:
    5303             *(uint64_t *)iemGRegRef(pVCpu, iGReg) = (uint32_t)u64GuestCr0;
     5303            *(uint32_t *)iemGRegRef(pVCpu, iGReg) = (uint32_t)u64GuestCr0;
    53045304            break;
    53055305
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