VirtualBox

Changeset 16339 in vbox


Ignore:
Timestamp:
Jan 28, 2009 9:10:29 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42177
Message:

exec-all.h: Removed darwin/64 warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/exec-all.h

    r15864 r16339  
    9999void cpu_resume_from_signal(CPUState *env1, void *puc);
    100100void cpu_io_recompile(CPUState *env, void *retaddr);
    101 TranslationBlock *tb_gen_code(CPUState *env, 
     101TranslationBlock *tb_gen_code(CPUState *env,
    102102                              target_ulong pc, target_ulong cs_base, int flags,
    103103                              int cflags);
     
    182182    uint16_t tb_jmp_offset[4]; /* offset of jump instruction */
    183183#else
    184 # if defined(VBOX) && defined(RT_OS_DARWIN) && defined(RT_ARCH_AMD64)
    185 #  error "First 4GB aren't reachable. jmp dword [tb_next] wont work."
    186 # endif
    187184    unsigned long tb_next[2]; /* address of jump generated code */
    188185#endif
     
    408405# ifdef VBOX
    409406        /* deal with non-MMIO access handlers. */
    410         return remR3PhysGetPhysicalAddressCode(env1, addr, 
     407        return remR3PhysGetPhysicalAddressCode(env1, addr,
    411408                                               &env1->tlb_table[mmu_idx][page_index],
    412409                                               env1->iotlb[mmu_idx][page_index]);
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