Changeset 41732 in vbox for trunk/src/VBox/VMM/include/CSAMInternal.h
- Timestamp:
- Jun 14, 2012 11:57:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CSAMInternal.h
r41678 r41732 271 271 } 272 272 #ifdef IN_RC 273 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu-> opsize+ disp);273 return (RTRCPTR)((uint8_t *)pBranchInstrGC + pCpu->cbInstr + disp); 274 274 #else 275 return pBranchInstrGC + pCpu-> opsize+ disp;275 return pBranchInstrGC + pCpu->cbInstr + disp; 276 276 #endif 277 277 }
Note:
See TracChangeset
for help on using the changeset viewer.