Changeset 9841 in vbox for trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
- Timestamp:
- Jun 20, 2008 9:30:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r9825 r9841 319 319 { 320 320 return pVM->cpum.s.CTXALLSUFF(pHyperCore)->eip; 321 } 322 323 CPUMDECL(uint64_t) CPUMGetHyperRIP(PVM pVM) 324 { 325 return pVM->cpum.s.CTXALLSUFF(pHyperCore)->rip; 321 326 } 322 327 … … 749 754 } 750 755 756 CPUMDECL(uint64_t) CPUMGetGuestRIP(PVM pVM) 757 { 758 return pVM->cpum.s.Guest.rip; 759 } 760 751 761 CPUMDECL(uint32_t) CPUMGetGuestEAX(PVM pVM) 752 762 {
Note:
See TracChangeset
for help on using the changeset viewer.