VirtualBox

Changeset 24848 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 22, 2009 1:29:32 AM (15 years ago)
Author:
vboxsync
Message:

x86.h/.mac,CPUM.cpp: made FTW a word again and made cpumR3InfoOne dump the whole FPU state.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.mac

    r20994 r24848  
    213213    ;/** Status word. */
    214214    .FSW            resw    1
    215     ;/** Tag word (it's a byte actually). */
    216     .FTW            resb    1
    217     .huh1           resb    1
     215    ;/** Tag word. */
     216    .FTW            resw    1
    218217    ;/** Opcode. */
    219218    .FOP            resw    1
  • trunk/include/VBox/x86.h

    r24625 r24848  
    18941894    /** Status word. */
    18951895    uint16_t    FSW;
    1896     /** Tag word (it's a byte actually). */
    1897     uint8_t     FTW;
    1898     uint8_t     huh1;
     1896    /** Tag word. (The upper byte is always zero.) */
     1897    uint16_t    FTW;
    18991898    /** Opcode. */
    19001899    uint16_t    FOP;
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