Changeset 102977 in vbox for trunk/include
- Timestamp:
- Jan 19, 2024 11:11:30 PM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 161209
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r102733 r102977 273 273 /** Trick for resuming EMHistoryExec after a VMCPU_FF_IOM is handled. */ 274 274 #define VINF_EM_RESUME_R3_HISTORY_EXEC 1161 275 /** Emulate split-lock access on SMP. */ 275 /** Emulate split-lock access on SMP. 276 * This is also used for dealing with locked alignment conflicts with the host 277 * in general from IEM. */ 276 278 #define VINF_EM_EMULATE_SPLIT_LOCK 1162 277 279 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.