Changeset 100714 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 27, 2023 10:12:09 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMOpHlp.h
r100579 r100714 327 327 * 328 328 * @note Update IEM_VMX_IN_VMX_OPERATION if changes are made here. 329 * 330 * @todo r=bird: This is absolutely *INCORRECT* since IEM_VMX_IS_ROOT_MODE 331 * is a complicated runtime state (calls CPUMIsGuestInVmxRootMode), and 332 * not something we can decide while decoding. Convert to an IEM_MC! 329 333 */ 330 334 # define IEMOP_HLP_IN_VMX_OPERATION(a_szInstr, a_InsDiagPrefix) \
Note:
See TracChangeset
for help on using the changeset viewer.