VirtualBox

Changeset 19639 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
May 12, 2009 3:22:14 PM (16 years ago)
Author:
vboxsync
Message:

Disassembler changes for guest SMP

Location:
trunk/src/recompiler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxREMWrapper.cpp

    r19367 r19639  
    567567static const REMPARMDESC g_aArgsDBGFR3DisasInstrCurrentLogInternal[] =
    568568{
    569     { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
     569    { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU), NULL },
    570570    { REMPARMDESC_FLAGS_INT,        sizeof(char *), NULL }
    571571};
  • trunk/src/recompiler/VBoxRecompiler.c

    r19459 r19639  
    36163616     */
    36173617    if (fLog)
    3618         rc = DBGFR3DisasInstrCurrentLogInternal(pVM, pszPrefix);
     3618        rc = DBGFR3DisasInstrCurrentLogInternal(env->pVCpu, pszPrefix);
    36193619
    36203620    return RT_SUCCESS(rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette