Changeset 841 in vbox
- Timestamp:
- Feb 12, 2007 12:20:09 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/VBoxRecompiler.c
r120 r841 3456 3456 { 3457 3457 /* physical address */ 3458 int rc = PGMPhysGCPhys2HCPtr(env->pVM, (RTGCPHYS)GCPtrPC, &pvPC);3458 int rc = PGMPhysGCPhys2HCPtr(env->pVM, (RTGCPHYS)GCPtrPC, nrInstructions * 16, &pvPC); 3459 3459 if (VBOX_FAILURE(rc)) 3460 3460 return false; … … 3548 3548 3549 3549 /* physical address */ 3550 int rc = PGMPhysGCPhys2HCPtr(pVM, (RTGCPHYS)GCPtrPC, &pvPC);3550 int rc = PGMPhysGCPhys2HCPtr(pVM, (RTGCPHYS)GCPtrPC, 16, &pvPC); 3551 3551 if (VBOX_FAILURE(rc)) 3552 3552 return false;
Note:
See TracChangeset
for help on using the changeset viewer.