vbox的更動 53624 路徑 trunk/src/recompiler
- 時間撮記:
- 2014-12-31 下午02:59:44 (10 年 以前)
- 位置:
- trunk/src/recompiler/target-i386
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/recompiler/target-i386/exec.h
r37691 r53624 146 146 #ifdef VBOX 147 147 # ifdef IPRT_NO_CRT 148 # undef sin 149 # undef cos 150 # undef sqrt 151 # undef pow 152 # undef log 153 # undef tan 148 # undef sin 149 # undef cos 150 # undef sqrt 151 # undef pow 152 # undef log 153 # undef tan 154 154 # undef atan2 155 155 # undef floor 156 # undef ceil 156 # undef ceil 157 157 # undef ldexp 158 # define sin sinl 159 # define cos cosl 160 # define sqrt sqrtl 161 # define pow powl 162 # define log logl 163 # define tan tanl 158 # define sin sinl 159 # define cos cosl 160 # define sqrt sqrtl 161 # define pow powl 162 # define log logl 163 # define tan tanl 164 164 # define atan2 atan2l 165 165 # define floor floorl 166 # define ceil ceill 166 # define ceil ceill 167 167 # define ldexp ldexpl 168 168 # endif -
trunk/src/recompiler/target-i386/op_helper.c
r48472 r53624 3240 3240 new_cs = new_cs & 0xfffc; 3241 3241 } 3242 else 3242 else 3243 3243 { 3244 3244 /* Ugly assumption: assume a genuine switch to ring-1. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器