Changeset 100741 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 30, 2023 8:25:54 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r100740 r100741 4960 4960 */ 4961 4961 extern const PFNIEMOP g_apfnIemThreadedRecompilerOneByteMap[256]; 4962 extern const PFNIEMOP g_apfnIemThreadedRecompilerTwoByteMap[1024]; 4963 extern const PFNIEMOP g_apfnIemThreadedRecompilerThreeByte0f3a[1024]; 4964 extern const PFNIEMOP g_apfnIemThreadedRecompilerThreeByte0f38[1024]; 4965 extern const PFNIEMOP g_apfnIemThreadedRecompilerVecMap1[1024]; 4966 extern const PFNIEMOP g_apfnIemThreadedRecompilerVecMap2[1024]; 4967 extern const PFNIEMOP g_apfnIemThreadedRecompilerVecMap3[1024]; 4962 4968 4963 4969 void iemThreadedTbObsolete(PVMCPUCC pVCpu, PIEMTB pTb);
Note:
See TracChangeset
for help on using the changeset viewer.