VirtualBox

Ignore:
Timestamp:
Aug 12, 2014 7:04:53 PM (10 years ago)
Author:
vboxsync
Message:

iemInitDecoderAndPrefetchOpcodes: Outside 64-bit mode, effective address calculation shall be done using 32-bit precision according to 4.5.3, AMD64 Vol. 2. See xTracker #7408.

File:
1 edited

Legend:

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

    r52361 r52362  
    11171117        if (cbToTryRead < cbMin - cbLeft)
    11181118            return iemRaiseSelectorBounds(pIemCpu, X86_SREG_CS, IEM_ACCESS_INSTRUCTION);
    1119         GCPtrNext = pCtx->cs.u64Base + GCPtrNext32;
     1119        GCPtrNext = (uint32_t)pCtx->cs.u64Base + GCPtrNext32;
    11201120    }
    11211121
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