VirtualBox

Ignore:
Timestamp:
Feb 20, 2007 2:14:49 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18840
Message:

Merged in http://linserv/vbox/changeset?old_path=trunk%2Fsrc%2Frecompiler&old=17094&new_path=trunk%2Fsrc%2Frecompiler&new=18834. (hope it still works)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/recompiler/new/target-i386/helper2.c

    r1 r1001  
    586586
    587587    /* page directory entry */
     588# ifdef PGM_DYNAMIC_RAM_ALLOC
     589    pde_ptr = remR3GCPhys2HCVirt(env, (((env->cr[3] & ~0xfff) + ((addr >> 20) & ~3)) & env->a20_mask));
     590# else
    588591    pde_ptr = phys_ram_base +
    589592        (((env->cr[3] & ~0xfff) + ((addr >> 20) & ~3)) & env->a20_mask);
     593# endif
    590594    pde = ldl_raw(pde_ptr);
    591595    /* if PSE bit is set, then we use a 4MB page */
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