vbox的更動 36414 路徑 trunk/src/recompiler/fpu
- 時間撮記:
- 2011-3-24 下午05:28:26 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler/fpu/softfloat-native.h
r36384 r36414 2 2 #include <math.h> 3 3 4 #if (defined(_BSD) && !defined(__APPLE__) && !defined(__FreeBSD__)) || defined(HOST_SOLARIS) 4 #if (defined(_BSD) && !defined(__APPLE__) && !defined(__FreeBSD__)) || defined(HOST_SOLARIS) /* VBox: Added __FreeBSD__ */ 5 5 #include <ieeefp.h> 6 6 #define fabsf(f) ((float)fabs(f))
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器