VirtualBox

Changeset 66535 in vbox


Ignore:
Timestamp:
Apr 12, 2017 1:51:44 PM (7 years ago)
Author:
vboxsync
Message:

unique error code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r66526 r66535  
    19221922#define VERR_SUPLIB_NT_PROCESS_UNTRUSTED_5          (-3775)
    19231923/** Unable to make text memory writeable (hardening). */
    1924 #define VERR_SUPLIB_TEXT_NOT_WRITEABLE              (-3775)
     1924#define VERR_SUPLIB_TEXT_NOT_WRITEABLE              (-3776)
    19251925/** Unable to seal text memory again to protect against write access (hardening). */
    1926 #define VERR_SUPLIB_TEXT_NOT_SEALED                 (-3776)
     1926#define VERR_SUPLIB_TEXT_NOT_SEALED                 (-3777)
    19271927/** Unexpected instruction encountered for which there is no patch strategy
    19281928 * implemented (hardening). */
    1929 #define VERR_SUPLIB_UNEXPECTED_INSTRUCTION          (-3777)
     1929#define VERR_SUPLIB_UNEXPECTED_INSTRUCTION          (-3778)
    19301930/** @} */
    19311931
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette