VirtualBox

Changeset 94258 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 15, 2022 11:02:45 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 build fix] bugref:9898

File:
1 edited

Legend:

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

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