Changeset 104802 in vbox for trunk/src/VBox
- Timestamp:
- May 28, 2024 11:44:22 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMN8veRecompiler.h
r104798 r104802 451 451 452 452 /** TB exit reasons. */ 453 typedef enum 453 typedef enum 454 454 { 455 455 kIemNativeExitReason_Invalid = 0, … … 2586 2586 2587 2587 #ifdef IEMNATIVE_WITH_RECOMPILER_EPILOGUE_SINGLETON 2588 /** The common epilog jumped to from a TB. 2588 /** The common epilog jumped to from a TB. 2589 2589 * @note This is not a callable function! */ 2590 2590 extern "C" IEM_DECL_NATIVE_HLP_DEF(int, iemNativeTbEpilog, (void));
Note:
See TracChangeset
for help on using the changeset viewer.