VirtualBox

忽略:
時間撮記:
2011-3-1 下午04:49:42 (14 年 以前)
作者:
vboxsync
訊息:

recompiler: Removing traces of attempts at making the recompiler compile with the microsoft compiler. (untested)

檔案:
修改 1 筆資料

圖例:

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

    r33656 r36125  
    226226/* generic load/store macros */
    227227
    228 #ifndef VBOX
    229228static inline RES_TYPE glue(glue(ld, USUFFIX), MEMSUFFIX)(target_ulong ptr)
    230 #else
    231 DECLINLINE(RES_TYPE) glue(glue(ld, USUFFIX), MEMSUFFIX)(target_ulong ptr)
    232 #endif
    233229{
    234230
     
    253249
    254250#if DATA_SIZE <= 2
    255 #ifndef VBOX
    256251static inline int glue(glue(lds, SUFFIX), MEMSUFFIX)(target_ulong ptr)
    257 #else
    258 DECLINLINE(int) glue(glue(lds, SUFFIX), MEMSUFFIX)(target_ulong ptr)
    259 #endif
    260252{
    261253    int res, page_index;
     
    281273
    282274/* generic store macro */
    283 #ifndef VBOX
    284275static inline void glue(glue(st, SUFFIX), MEMSUFFIX)(target_ulong ptr, RES_TYPE v)
    285 #else
    286 DECLINLINE(void) glue(glue(st, SUFFIX), MEMSUFFIX)(target_ulong ptr, RES_TYPE v)
    287 #endif
    288276{
    289277    int page_index;
     
    311299
    312300#if DATA_SIZE == 8
    313 #ifndef VBOX
    314301static inline float64 glue(ldfq, MEMSUFFIX)(target_ulong ptr)
    315 #else
    316 DECLINLINE(float64) glue(ldfq, MEMSUFFIX)(target_ulong ptr)
    317 #endif
    318302{
    319303    union {
     
    325309}
    326310
    327 #ifndef VBOX
    328311static inline void glue(stfq, MEMSUFFIX)(target_ulong ptr, float64 v)
    329 #else
    330 DECLINLINE(void) glue(stfq, MEMSUFFIX)(target_ulong ptr, float64 v)
    331 #endif
    332312{
    333313    union {
     
    341321
    342322#if DATA_SIZE == 4
    343 #ifndef VBOX
    344323static inline float32 glue(ldfl, MEMSUFFIX)(target_ulong ptr)
    345 #else
    346 DECLINLINE(float32) glue(ldfl, MEMSUFFIX)(target_ulong ptr)
    347 #endif
    348324{
    349325    union {
     
    355331}
    356332
    357 #ifndef VBOX
    358333static inline void glue(stfl, MEMSUFFIX)(target_ulong ptr, float32 v)
    359 #else
    360 DECLINLINE(void) glue(stfl, MEMSUFFIX)(target_ulong ptr, float32 v)
    361 #endif
    362334{
    363335    union {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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