VirtualBox

Changeset 47329 in vbox for trunk/src


Ignore:
Timestamp:
Jul 23, 2013 12:15:09 AM (11 years ago)
Author:
vboxsync
Message:

IEM: Fixed a RIP relative addressing bug in the 32-bit operand case of IMUL x,y,imm8.

File:
1 edited

Legend:

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

    r47327 r47329  
    72987298                IEM_MC_LOCAL(RTGCPTR,  GCPtrEffDst);
    72997299
    7300                 IEM_MC_CALC_RM_EFF_ADDR(GCPtrEffDst, bRm, 4);
     7300                IEM_MC_CALC_RM_EFF_ADDR(GCPtrEffDst, bRm, 1);
    73017301                uint32_t u32Imm; IEM_OPCODE_GET_NEXT_S8_SX_U32(&u32Imm);
    73027302                IEM_MC_ASSIGN(u32Src, u32Imm);
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