VirtualBox

忽略:
時間撮記:
2009-1-28 下午09:10:29 (16 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
42177
訊息:

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

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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]);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette