VirtualBox

Changeset 96933 in vbox


Ignore:
Timestamp:
Sep 29, 2022 6:26:09 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153844
Message:

Improved comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h

    r96860 r96933  
    32853285                IEM_MC_REF_EFLAGS(pEFlags);
    32863286                IEM_MC_CALL_VOID_AIMPL_3(pImpl->pfnNormalU32, pu32Dst, u32Src, pEFlags);
    3287                 if (pImpl != &g_iemAImpl_cmp)   /* Not used with TEST. */
     3287                if (pImpl != &g_iemAImpl_cmp)   /* TEST won't get here, no need to check for it. */
    32883288                    IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst);
    32893289
     
    34553455                IEM_MC_REF_EFLAGS(pEFlags);
    34563456                IEM_MC_CALL_VOID_AIMPL_3(pImpl->pfnNormalU32, pu32Dst, u32Src, pEFlags);
    3457                 if (pImpl != &g_iemAImpl_cmp)   /* Not used with TEST. */
     3457                if (pImpl != &g_iemAImpl_cmp)   /* TEST won't get here, no need to check for it. */
    34583458                    IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst);
    34593459
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette