vbox的更動 37675 路徑 trunk/src/recompiler/cpu-common.h
- 時間撮記:
- 2011-6-29 上午07:07:14 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler/cpu-common.h
r36175 r37675 11 11 12 12 /* address in the RAM (different from a physical address) */ 13 #ifdef CONFIG_KQEMU14 /* FIXME: This is wrong. */15 typedef uint32_t ram_addr_t;16 #else17 13 typedef unsigned long ram_addr_t; 18 #endif19 14 20 15 /* memory API */ … … 42 37 ram_addr_t qemu_ram_addr_from_host(void *ptr); 43 38 44 int cpu_register_io_memory(CPUReadMemoryFunc * *mem_read,45 CPUWriteMemoryFunc * *mem_write,39 int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read, 40 CPUWriteMemoryFunc * const *mem_write, 46 41 void *opaque); 47 42 void cpu_unregister_io_memory(int table_address);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器