Changeset 42633 in vbox for trunk/include
- Timestamp:
- Aug 6, 2012 5:22:56 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79829
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r42420 r42633 479 479 /** Catch write access and route it thru PGM. */ 480 480 #define VINF_PGM_PHYS_TLB_CATCH_WRITE 1635 481 /** Catch write access and route it thru PGM. */ 482 #define VERR_PGM_PHYS_TLB_CATCH_WRITE (-1635) 481 483 /** No CR3 root shadow page table.. */ 482 484 #define VERR_PGM_NO_CR3_SHADOW_ROOT (-1636)
Note:
See TracChangeset
for help on using the changeset viewer.