Changeset 41823 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Jun 19, 2012 1:43:39 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78648
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r41803 r41823 127 127 int rc = SELMValidateAndConvertCSAddr(pVCpu, pRegFrame->eflags, pRegFrame->ss, pRegFrame->cs, &pRegFrame->csHid, 128 128 #ifdef IN_RC 129 (RTGCPTR)((RTGCUINTPTR)pRegFrame->eip - 1),129 pRegFrame->eip - 1, 130 130 #else 131 (RTGCPTR)pRegFrame->rip /* no -1 in R0 */,131 pRegFrame->rip /* no -1 in R0 */, 132 132 #endif 133 133 &pPc);
Note:
See TracChangeset
for help on using the changeset viewer.