Changeset 19639 in vbox for trunk/src/recompiler
- Timestamp:
- May 12, 2009 3:22:14 PM (16 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxREMWrapper.cpp
r19367 r19639 567 567 static const REMPARMDESC g_aArgsDBGFR3DisasInstrCurrentLogInternal[] = 568 568 { 569 { REMPARMDESC_FLAGS_INT, sizeof(PVM ), NULL },569 { REMPARMDESC_FLAGS_INT, sizeof(PVMCPU), NULL }, 570 570 { REMPARMDESC_FLAGS_INT, sizeof(char *), NULL } 571 571 }; -
trunk/src/recompiler/VBoxRecompiler.c
r19459 r19639 3616 3616 */ 3617 3617 if (fLog) 3618 rc = DBGFR3DisasInstrCurrentLogInternal( pVM, pszPrefix);3618 rc = DBGFR3DisasInstrCurrentLogInternal(env->pVCpu, pszPrefix); 3619 3619 3620 3620 return RT_SUCCESS(rc);
Note:
See TracChangeset
for help on using the changeset viewer.