Changeset 101262 in vbox for trunk/src/VBox/VMM/include/IEMInternal.h
- Timestamp:
- Sep 26, 2023 12:14:34 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r101261 r101262 781 781 /** Native IEM TB 'function' typedef. 782 782 * This will throw/longjmp on occation. */ 783 #if RT_CPLUSPLUS_PREREQ(201700) 783 784 typedef int FNIEMTBNATIVE(PVMCPUCC pVCpu) IEM_NOEXCEPT_MAY_LONGJMP; 785 #else 786 typedef int FNIEMTBNATIVE(PVMCPUCC pVCpu); 787 #endif 784 788 /** Pointer to a native IEM TB entry point function. 785 789 * This will throw/longjmp on occation. */
Note:
See TracChangeset
for help on using the changeset viewer.