VirtualBox

忽略:
時間撮記:
2010-2-14 上午08:22:40 (15 年 以前)
作者:
vboxsync
訊息:

recompier: whitespace cleanup. (Clean up whitespace on the foreign code before trying to merge in new changes again.)

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/recompiler/softmmu_template.h

    r15173 r26499  
    11/*
    22 *  Software MMU support
    3  * 
     3 *
    44 *  Copyright (c) 2003 Fabrice Bellard
    55 *
     
    7171                                                        void *retaddr);
    7272#ifndef VBOX
    73 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr, 
     73static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr,
    7474                                              target_ulong addr,
    7575                                              void *retaddr)
    7676#else
    77 DECLINLINE(DATA_TYPE) glue(io_read, SUFFIX)(target_phys_addr_t physaddr, 
     77DECLINLINE(DATA_TYPE) glue(io_read, SUFFIX)(target_phys_addr_t physaddr,
    7878                                            target_ulong addr,
    7979                                            void *retaddr)
     
    115115   that valid value takes the whole register, why gcc after 4.3 may
    116116   use only lower part of register for smaller types. So force promoution. */
    117 DATA_TYPE_PROMOTED REGPARM 
     117DATA_TYPE_PROMOTED REGPARM
    118118glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
    119119                                    int mmu_idx)
     
    224224#ifndef SOFTMMU_CODE_ACCESS
    225225
    226 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr, 
    227                                                    DATA_TYPE val, 
     226static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr,
     227                                                   DATA_TYPE val,
    228228                                                   int mmu_idx,
    229229                                                   void *retaddr);
    230230
    231231#ifndef VBOX
    232 static inline void glue(io_write, SUFFIX)(target_phys_addr_t physaddr, 
     232static inline void glue(io_write, SUFFIX)(target_phys_addr_t physaddr,
    233233                                          DATA_TYPE val,
    234234                                          target_ulong addr,
    235235                                          void *retaddr)
    236236#else
    237 DECLINLINE(void) glue(io_write, SUFFIX)(target_phys_addr_t physaddr, 
     237DECLINLINE(void) glue(io_write, SUFFIX)(target_phys_addr_t physaddr,
    238238                                        DATA_TYPE val,
    239239                                        target_ulong addr,
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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