Changeset 72392 in vbox for trunk/include/VBox
- Timestamp:
- May 30, 2018 12:27:17 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122853
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r72207 r72392 2839 2839 /** Get register caller must change the CPU mode. */ 2840 2840 #define VINF_NEM_CHANGE_PGM_MODE (6810) 2841 /** Get register caller must update the APIC base (not an error). */ 2842 #define VERR_NEM_UPDATE_APIC_BASE (-6811) 2843 /** Get register caller must update the APIC base. */ 2844 #define VINF_NEM_UPDATE_APIC_BASE (6811) 2841 2845 2842 2846 /** NEM internal processing error \#0. */
Note:
See TracChangeset
for help on using the changeset viewer.