VirtualBox

Ignore:
Timestamp:
Oct 14, 2008 2:33:38 PM (16 years ago)
Author:
vboxsync
Message:

lmsw emulation: 16 bits operand

File:
1 edited

Legend:

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

    r13265 r13266  
    19541954    case PARMTYPE_IMMEDIATE:
    19551955    case PARMTYPE_ADDRESS:
    1956         if(!(param1.flags & (PARAM_VAL32|PARAM_VAL64)))
     1956        if(!(param1.flags & PARAM_VAL16))
    19571957            return VERR_EM_INTERPRETER;
    19581958        val = param1.val.val32;
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