VirtualBox

Changeset 789 in vbox


Ignore:
Timestamp:
Feb 8, 2007 4:53:37 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18455
Message:

Fix for dynamic ram

File:
1 edited

Legend:

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

    r1 r789  
    417417    pVM->rem.s.fIgnoreInvlPg = false;
    418418    pVM->rem.s.fIgnoreCpuMode = false;
     419
     420#ifdef PGM_DYNAMIC_RAM_ALLOC
     421    pVM->rem.s.cPhysRegistrations = 0;
     422#endif
    419423}
    420424
     
    15201524    }
    15211525#endif
    1522     Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2]));
     1526#ifdef DEBUG
     1527//    if (uTrap == 6)
     1528    {
     1529        Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2]));
     1530    }
     1531#endif
     1532//        if (uTrap == 6) AssertReleaseFailed();
    15231533    if(uTrap < 0x20)
    15241534    {
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