vbox的更動 46150 路徑 trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp
- 時間撮記:
- 2013-5-17 下午05:21:45 (12 年 以前)
- svn:sync-xref-src-repo-rev:
- 85850
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMR3/PATMPatch.cpp
r45485 r46150 23 23 #define LOG_GROUP LOG_GROUP_PATM 24 24 #include <VBox/vmm/patm.h> 25 #include <VBox/vmm/stam.h>26 25 #include <VBox/vmm/pgm.h> 27 26 #include <VBox/vmm/cpum.h> … … 29 28 #include <VBox/vmm/em.h> 30 29 #include <VBox/vmm/trpm.h> 31 #include <VBox/param.h> 32 #include <iprt/avl.h> 30 #include <VBox/vmm/csam.h> 33 31 #include "PATMInternal.h" 34 32 #include <VBox/vmm/vm.h> 35 #include <VBox/vmm/csam.h> 36 37 #include <VBox/dbg.h> 33 #include <VBox/param.h> 34 38 35 #include <VBox/err.h> 39 36 #include <VBox/log.h> 37 #include <VBox/dis.h> 38 #include <VBox/disopcode.h> 39 40 40 #include <iprt/assert.h> 41 41 #include <iprt/asm.h> 42 42 #include <iprt/string.h> 43 #include <VBox/dis.h> 44 #include <VBox/disopcode.h> 45 46 #include <stdlib.h> 47 #include <stdio.h> 43 48 44 #include "PATMA.h" 49 45 #include "PATMPatch.h"
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器