VirtualBox

Changeset 19293 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
May 1, 2009 4:11:18 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46745
Message:

DBGF,VMM: SMP refactoring of the DBGF disassembler code. Changed VMMGetCpu and VMMGetCpuId to return NULL and NIL if the caller isn't an EMT. Renamed VMMGetCpuEx to VMMGetCpuById.

Location:
trunk/src/recompiler_new
Files:
2 edited

Legend:

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

    r19141 r19293  
    557557{
    558558    { REMPARMDESC_FLAGS_INT,        sizeof(PVM), NULL },
    559     { REMPARMDESC_FLAGS_INT,        sizeof(PVMCPU), NULL },
     559    { REMPARMDESC_FLAGS_INT,        sizeof(VMCPUID), NULL },
    560560    { REMPARMDESC_FLAGS_INT,        sizeof(RTSEL), NULL },
    561561    { REMPARMDESC_FLAGS_INT,        sizeof(RTGCPTR), NULL },
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r19141 r19293  
    13931393        return false;
    13941394    }
    1395    
     1395
    13961396    Assert(env->pVCpu && PGMPhysIsA20Enabled(env->pVCpu));
    13971397    *piException = EXCP_EXECUTE_RAW;
     
    37093709            uint32_t    cbInstr;
    37103710            int rc = DBGFR3DisasInstrEx(pVM,
    3711                                         pVCpu,
     3711                                        pVCpu->idCpu,
    37123712                                        cs,
    37133713                                        eip,
Note: See TracChangeset for help on using the changeset viewer.

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