Changeset 47292 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jul 22, 2013 1:43:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h
r47291 r47292 14959 14959 IEM_MC_REF_EFLAGS(pEFlags); 14960 14960 IEM_MC_CALL_VOID_AIMPL_3(iemAImpl_test_u32, pu32Dst, u32Src, pEFlags); 14961 IEM_MC_CLEAR_HIGH_GREG_U64_BY_REF(pu32Dst);14961 /* No clearing the high dword here - test doesn't write back the result. */ 14962 14962 IEM_MC_ADVANCE_RIP(); 14963 14963 IEM_MC_END();
Note:
See TracChangeset
for help on using the changeset viewer.