Changeset 96933 in vbox
- Timestamp:
- Sep 29, 2022 6:26:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153844
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMAll/IEMAllInstructionsOneByte.cpp.h ¶
r96860 r96933 3285 3285 IEM_MC_REF_EFLAGS(pEFlags); 3286 3286 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. */ 3288 3288 IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst); 3289 3289 … … 3455 3455 IEM_MC_REF_EFLAGS(pEFlags); 3456 3456 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. */ 3458 3458 IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst); 3459 3459
Note:
See TracChangeset
for help on using the changeset viewer.