VirtualBox

Changeset 94259 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 15, 2022 11:04:29 PM (3 years ago)
Author:
vboxsync
Message:

VMM/IEM: Implemented C versions of fld1, fldz, and friends. Tests too. Added proper option parsing to tstIEMAImpl with some basic test selecting. [msc+gcc build fix] bugref:9898

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstIEMAImpl.cpp

    r94258 r94259  
    492492    char *pszBuf = g_szBuf[g_idxBuf++ % RT_ELEMENTS(g_szBuf)];
    493493
    494     const char *pszPC = NULL; /* (msc is too stupid) */
     494    const char *pszPC = NULL; /* (msc+gcc are too stupid) */
    495495    switch (fFcw & X86_FCW_PC_MASK)
    496496    {
     
    501501    }
    502502
    503     const char *pszRC = NULL; /* (msc is too stupid) */
     503    const char *pszRC = NULL; /* (msc+gcc are too stupid) */
    504504    switch (fFcw & X86_FCW_RC_MASK)
    505505    {
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