Changeset 20604 in vbox
- Timestamp:
- Jun 15, 2009 7:33:57 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48651
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r20520 r20604 290 290 #define VERR_PATCH_ALREADY_ENABLED (-1406) 291 291 /** Patch was removed. */ 292 #define VWRN_PATCH_REMOVED 140 8292 #define VWRN_PATCH_REMOVED 1407 293 293 294 294 /** Reason for leaving GC: \#GP with EIP pointing to patch code. */ -
trunk/include/VBox/err.mac
r20542 r20604 86 86 %define VERR_PATCH_ALREADY_DISABLED (-1405) 87 87 %define VERR_PATCH_ALREADY_ENABLED (-1406) 88 %define VWRN_PATCH_REMOVED 140 888 %define VWRN_PATCH_REMOVED 1407 89 89 %define VINF_PATM_PATCH_TRAP_GP 1408 90 90 %define VINF_PATM_LEAVEGC_FIRST VINF_PATM_PATCH_TRAP_GP
Note:
See TracChangeset
for help on using the changeset viewer.