- Timestamp:
- Mar 21, 2007 7:52:53 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/VBoxRecompiler.c
r1591 r1613 1399 1399 # ifdef REM_PHYS_ADDR_IN_TLB 1400 1400 phys_addr = virt_addr + addend; 1401 # elif defined( REM_PHYS_ADDR_IN_TLB)1401 # elif defined(PGM_DYNAMIC_RAM_ALLOC) 1402 1402 phys_addr = remR3HCVirt2GCPhys(env, (void *)(virt_addr + addend)); 1403 1403 # else … … 2609 2609 Assert(fFlags == 0 /* normal RAM */); 2610 2610 2611 # if def REM_PHYS_ADDR_IN_TLB2611 # ifndef REM_PHYS_ADDR_IN_TLB 2612 2612 if (!pVM->rem.s.paHCVirtToGCPhys) 2613 2613 { … … 2648 2648 } 2649 2649 } 2650 # endif /* REM_PHYS_ADDR_IN_TLB */2650 # endif /* !REM_PHYS_ADDR_IN_TLB */ 2651 2651 2652 2652 Assert(!pVM->rem.s.fIgnoreAll);
Note:
See TracChangeset
for help on using the changeset viewer.