Changeset 16339 in vbox
- Timestamp:
- Jan 28, 2009 9:10:29 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42177
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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]);
Note:
See TracChangeset
for help on using the changeset viewer.