VirtualBox

Changeset 5262 in vbox for trunk


Ignore:
Timestamp:
Oct 12, 2007 3:32:22 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25254
Message:

env->pVM has the right type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r5197 r5262  
    14871487int remR3NotifyTrap(CPUState *env, uint32_t uTrap, uint32_t uErrorCode, uint32_t pvNextEIP)
    14881488{
    1489     PVM pVM = (PVM)env->pVM;
     1489    PVM pVM = env->pVM;
    14901490#ifdef VBOX_WITH_STATISTICS
    14911491    static STAMCOUNTER aStatTrap[255];
     
    15561556void remR3RecordCall(CPUState *env)
    15571557{
    1558     CSAMR3RecordCallAddress((PVM)env->pVM, env->eip);
     1558    CSAMR3RecordCallAddress(env->pVM, env->eip);
    15591559}
    15601560
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