Changeset 13832 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Nov 5, 2008 2:01:12 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38823
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r12989 r13832 272 272 return 0; 273 273 } 274 #ifdef IN_ GC274 #ifdef IN_RC 275 275 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->opsize + disp); 276 276 #else -
trunk/src/VBox/VMM/PATM/PATMInternal.h
r13816 r13832 681 681 682 682 683 #ifndef IN_ GC683 #ifndef IN_RC 684 684 685 685 #define PATMREAD_RAWCODE 1 /* read code as-is */ … … 713 713 return RT_SUCCESS(DISInstr(pCpu, InstrGC, 0, pOpsize, pszOutput)); 714 714 } 715 #endif /* !IN_ GC */715 #endif /* !IN_RC */ 716 716 717 717 __BEGIN_DECLS … … 815 815 return 0; 816 816 } 817 #ifdef IN_ GC817 #ifdef IN_RC 818 818 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->opsize + disp); 819 819 #else -
trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp
r13827 r13832 137 137 return rc; 138 138 } 139 #ifdef IN_ GC139 #ifdef IN_RC 140 140 pVM->csam.s.pPDHCBitmapGC[pgdir] = MMHyperRCToR3(pVM, (RCPTRTYPE(void*))pVM->csam.s.pPDBitmapGC[pgdir]); 141 141 if (!pVM->csam.s.pPDHCBitmapGC[pgdir]) -
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
r13822 r13832 463 463 AssertReturn(PATMIsPatchGCAddr(pVM, pJumpTableGC), VERR_INVALID_PARAMETER); 464 464 465 #ifdef IN_ GC465 #ifdef IN_RC 466 466 pJumpTable = (PPATCHJUMPTABLE) pJumpTableGC; 467 467 #else
Note:
See TracChangeset
for help on using the changeset viewer.