VirtualBox

Changeset 103662 in vbox


Ignore:
Timestamp:
Mar 4, 2024 11:53:59 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162022
Message:

VMM/IEM: Native translation of IEM_MC_MAYBE_RAISE_AVX_RELATED_XCPT() body, (not tested as AVX is not exposed to the guest right now due to missing instruction emulations, there is a breakpoint emitted so this can be tested when it gets used actually), bugref:10371 [missing bitmask update for the liveness state]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMN8veRecompiler.h

    r103660 r103662  
    486486/** @name 64-bit value masks for IEMLIVENESSENTRY.
    487487 * @{ */                                      /*         0xzzzzyyyyxxxxwwww */
    488 #define IEMLIVENESSBIT_MASK                     UINT64_C(0x000ffffffffeffff)
     488#define IEMLIVENESSBIT_MASK                     UINT64_C(0x001ffffffffeffff)
    489489
    490490#ifndef IEMLIVENESS_EXTENDED_LAYOUT
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