Changeset 94956 in vbox
- Timestamp:
- May 9, 2022 1:53:39 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151364
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r94845 r94956 2259 2259 * @param a_pVCpu The cross context virtual CPU structure of the calling thread. 2260 2260 */ 2261 #define IEM_GET_HOST_CPU_FEATURES(a_pVCpu) (& ((a_pVCpu)->CTX_SUFF(pVM)->cpum.ro.HostFeatures))2261 #define IEM_GET_HOST_CPU_FEATURES(a_pVCpu) (&g_CpumHostFeatures.s) 2262 2262 2263 2263 /**
Note:
See TracChangeset
for help on using the changeset viewer.