vbox的更動 60858 路徑 trunk/src/VBox/VMM/VMMR3/APIC.cpp
- 時間撮記:
- 2016-5-6 上午11:36:11 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r60804 r60858 904 904 SSMR3GetU32(pSSM, &pXApicPage->timer_dcr.all.u32DivideValue); 905 905 SSMR3GetU32(pSSM, &u32TimerShift); 906 /* Old implementation may have left the timer shift uninitialized until 907 * the timer configuration register was written. Fix that up. 908 */ 909 if (!u32TimerShift) 910 u32TimerShift = 1; 906 911 uint8_t const uTimerShift = apicGetTimerShift(pXApicPage); 907 912 AssertMsgReturn(u32TimerShift == uTimerShift, ("Timer shift invalid! Saved-state contains %u, expected %u\n", u32TimerShift,
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器