VirtualBox

Ignore:
Timestamp:
Jun 15, 2022 10:06:20 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151880
Message:

ValKit/bs3-cpu-instr-2: Simple RORX test to establing whether V<>0 triggers #UD or not (it does). bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h

    r93115 r95296  
    25562556    /** 32-bit view. */
    25572557    uint32_t    au32[2];
     2558    /** Unsigned integer, depending on compiler context.
     2559     * This generally follows ARCH_BITS. */
     2560    RTCCUINTREG  uCcReg;
     2561    /** Extended unsigned integer, depending on compiler context.
     2562     * This is 32-bit in 16-bit and 32-bit compiler contexts, and 64-bit in
     2563     * 64-bit. */
     2564    RTCCUINTXREG uCcXReg;
    25582565} BS3REG;
    25592566/** Pointer to an integer register. */
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