VirtualBox

Changeset 9100 in vbox for trunk/include


Ignore:
Timestamp:
May 26, 2008 1:24:55 AM (17 years ago)
Author:
vboxsync
Message:

Corrected fstsw to fnstsw. The fstsw mnemonic is assembled into fwait+fnstsw, see the intel manuals (3-432 in Vol. 2A), so the correct name for DF /7 and DF E0 is fnstsw. The disassembler did turn a 9B DF E0 sequence into two instructions like it should, so it's just the mnemonics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/disopcode.h

    r8377 r9100  
    495495#define OP_FRSTOR       482
    496496#define OP_FSAVE        483
    497 #define OP_FSTSW        484
     497#define OP_FNSTSW       484
    498498#define OP_FFREE        485
    499499#define OP_FUCOM        486
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