Changeset 55463 in vbox for trunk/include/VBox
- Timestamp:
- Apr 27, 2015 11:07:26 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r55124 r55463 631 631 /** Return to ring-3 to write the MSR there. */ 632 632 #define VINF_CPUM_R3_MSR_WRITE (1759) 633 /** Too ma y CPUID leaves. */634 #define VERR_TOO_MANY_CPUID_LEAVES ( 1760)633 /** Too many CPUID leaves. */ 634 #define VERR_TOO_MANY_CPUID_LEAVES (-1760) 635 635 /** Invalid config value. */ 636 #define VERR_CPUM_INVALID_CONFIG_VALUE ( 1761)636 #define VERR_CPUM_INVALID_CONFIG_VALUE (-1761) 637 637 /** @} */ 638 638
Note:
See TracChangeset
for help on using the changeset viewer.