Changeset 858 in vbox
- Timestamp:
- Feb 13, 2007 10:33:10 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18563
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r857 r858 2756 2756 if (pVM->rem.s.aPhysReg[i].GCPhys == GCPhys) 2757 2757 { 2758 pVM->rem.s.aPhysReg[i].HCVirt = (RTHCUINTPTR)pv Ram;2758 pVM->rem.s.aPhysReg[i].HCVirt = (RTHCUINTPTR)pvCopy; 2759 2759 pVM->rem.s.aPhysReg[i].cb = cb; 2760 2760 break; … … 2764 2764 { 2765 2765 pVM->rem.s.aPhysReg[i].GCPhys = GCPhys; 2766 pVM->rem.s.aPhysReg[i].HCVirt = (RTHCUINTPTR)pv Ram;2766 pVM->rem.s.aPhysReg[i].HCVirt = (RTHCUINTPTR)pvCopy; 2767 2767 pVM->rem.s.aPhysReg[i].cb = cb; 2768 2768 pVM->rem.s.cPhysRegistrations++;
Note:
See TracChangeset
for help on using the changeset viewer.