Changeset 100804 in vbox for trunk/include/VBox
- Timestamp:
- Aug 5, 2023 1:01:32 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r100791 r100804 2499 2499 * VERR, VERW). This is not used outside the instruction implementations. */ 2500 2500 #define VINF_IEM_SELECTOR_NOT_OK (5305) 2501 /** Recompiler: Translation block allocation failed. */ 2502 #define VERR_IEM_TB_ALLOC_FAILED (-5309) 2501 /** Returns by rep-prefixed string instruction if they yield because of 2502 * pending FFs. The status code is internal to IEM. */ 2503 #define VINF_IEM_YIELD_PENDING_FF (5306) 2503 2504 /** Recompiled execution: Break out of current TB execution. */ 2504 2505 #define VINF_IEM_REEXEC_BREAK (5310) 2505 2506 /** Recompilation: End translation block. */ 2506 2507 #define VINF_IEM_RECOMPILE_END_TB (5311) 2508 /** Recompiler: Translation block allocation failed. */ 2509 #define VERR_IEM_TB_ALLOC_FAILED (-5312) 2507 2510 2508 2511 /** Restart the current instruction. For testing only. */
Note:
See TracChangeset
for help on using the changeset viewer.