Changeset 7698 in vbox
- Timestamp:
- Apr 2, 2008 1:58:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r7697 r7698 2814 2814 2815 2815 #elif PGM_GST_TYPE == PGM_TYPE_AMD64 2816 # if PGM_SHW_TYPE == PGM_TYPE_AMD642817 2816 //# error not implemented 2818 2817 return VERR_INTERNAL_ERROR; 2819 2820 # else /* PGM_SHW_TYPE != PGM_TYPE_AMD64 */2821 # error "Guest AMD64 mode, but not the shadow mode - that can't be right!"2822 # endif /* PGM_SHW_TYPE != PGM_TYPE_AMD64 */2823 2824 2818 #else /* guest real and protected mode */ 2825 2819 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.