- Timestamp:
- Feb 12, 2007 12:05:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r790 r835 3480 3480 { 3481 3481 /* physical address */ 3482 int rc = PGMPhysGCPhys2HCPtr(env->pVM, (RTGCPHYS)GCPtrPC, &pvPC);3482 int rc = PGMPhysGCPhys2HCPtr(env->pVM, (RTGCPHYS)GCPtrPC, nrInstructions*16, &pvPC); 3483 3483 if (VBOX_FAILURE(rc)) 3484 3484 return false; … … 3572 3572 3573 3573 /* physical address */ 3574 int rc = PGMPhysGCPhys2HCPtr(pVM, (RTGCPHYS)GCPtrPC, &pvPC);3574 int rc = PGMPhysGCPhys2HCPtr(pVM, (RTGCPHYS)GCPtrPC, 16, &pvPC); 3575 3575 if (VBOX_FAILURE(rc)) 3576 3576 return false;
Note:
See TracChangeset
for help on using the changeset viewer.