VirtualBox

忽略:
時間撮記:
2011-6-29 上午07:07:14 (13 年 以前)
作者:
vboxsync
訊息:

rem: Synced with v0.12.5.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler/cpu-common.h

    r36175 r37675  
    1111
    1212/* address in the RAM (different from a physical address) */
    13 #ifdef CONFIG_KQEMU
    14 /* FIXME: This is wrong.  */
    15 typedef uint32_t ram_addr_t;
    16 #else
    1713typedef unsigned long ram_addr_t;
    18 #endif
    1914
    2015/* memory API */
     
    4237ram_addr_t qemu_ram_addr_from_host(void *ptr);
    4338
    44 int cpu_register_io_memory(CPUReadMemoryFunc **mem_read,
    45                            CPUWriteMemoryFunc **mem_write,
     39int cpu_register_io_memory(CPUReadMemoryFunc * const *mem_read,
     40                           CPUWriteMemoryFunc * const *mem_write,
    4641                           void *opaque);
    4742void cpu_unregister_io_memory(int table_address);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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