vbox的更動 16339 路徑 trunk/src/recompiler_new/exec-all.h
- 時間撮記:
- 2009-1-28 下午09:10:29 (16 年 以前)
- svn:sync-xref-src-repo-rev:
- 42177
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler_new/exec-all.h
r15864 r16339 99 99 void cpu_resume_from_signal(CPUState *env1, void *puc); 100 100 void cpu_io_recompile(CPUState *env, void *retaddr); 101 TranslationBlock *tb_gen_code(CPUState *env, 101 TranslationBlock *tb_gen_code(CPUState *env, 102 102 target_ulong pc, target_ulong cs_base, int flags, 103 103 int cflags); … … 182 182 uint16_t tb_jmp_offset[4]; /* offset of jump instruction */ 183 183 #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 # endif187 184 unsigned long tb_next[2]; /* address of jump generated code */ 188 185 #endif … … 408 405 # ifdef VBOX 409 406 /* deal with non-MMIO access handlers. */ 410 return remR3PhysGetPhysicalAddressCode(env1, addr, 407 return remR3PhysGetPhysicalAddressCode(env1, addr, 411 408 &env1->tlb_table[mmu_idx][page_index], 412 409 env1->iotlb[mmu_idx][page_index]);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器