vbox的更動 13960 路徑 trunk/include/VBox/vm.h
- 時間撮記:
- 2008-11-7 下午01:04:45 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vm.h
r13898 r13960 107 107 struct CPUMCPU s; 108 108 #endif 109 char padding[ 4096]; /* multiple of 32 */109 char padding[2048]; /* multiple of 32 */ 110 110 } cpum; 111 111 /** VMM part. */ … … 570 570 STAMPROFILEADV StatSwitcherTSS; 571 571 572 /** @todo Realign everything on 64 byte bound raries to better match the572 /** @todo Realign everything on 64 byte boundaries to better match the 573 573 * cache-line size. */ 574 574 /* padding - the unions must be aligned on 32 bytes boundraries. */ … … 581 581 struct CPUM s; 582 582 #endif 583 char padding[4 416]; /* multiple of 32 */583 char padding[4096]; /* multiple of 32 */ 584 584 } cpum; 585 585
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器