Changeset 100736 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 30, 2023 12:54:04 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r100734 r100736 4948 4948 IEM_CIMPL_PROTO_1(iemCImpl_Hypercall, uint16_t, uDisOpcode); /* both */ 4949 4949 4950 extern const PFNIEMOP g_apfnIemInterpretOnlyOneByteMap[256]; 4951 4952 /* 4953 * Recompiler related stuff. 4954 */ 4955 extern const PFNIEMOP g_apfnIemThreadedRecompilerOneByteMap[256]; 4956 4950 4957 void iemThreadedTbObsolete(PVMCPUCC pVCpu, PIEMTB pTb); 4951 4958 … … 4990 4997 (PVMCPU pVCpu, uint64_t uParam0, uint64_t uParam1, uint64_t uParam2)); 4991 4998 4992 4993 4994 extern const PFNIEMOP g_apfnIemInterpretOnlyOneByteMap[256]; 4999 bool iemThreadedCompileBeginEmitCallsComplications(PVMCPUCC pVCpu, PIEMTB pTb); 5000 4995 5001 4996 5002 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.