VirtualBox

Changeset 102555 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Dec 8, 2023 5:08:41 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160701
Message:

VMM/IEM: Fixed 64-bit address calculation with a 67h prefix (addr size) and absolute disp32 addressing (via SIB). bugref:10371

File:
1 edited

Legend:

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

    r102550 r102555  
    88918891            iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint64_t)i64EffAddr);
    88928892        else
    8893             iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint64_t)(int32_t)i64EffAddr);
     8893            iemNativeVarSetKindToConst(pReNative, idxVarRet, (uint32_t)i64EffAddr);
    88948894        return off;
    88958895    }
Note: See TracChangeset for help on using the changeset viewer.

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