Changeset 100183 in vbox for trunk/include
- Timestamp:
- Jun 15, 2023 9:04:04 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r100144 r100183 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) 2503 /** Recompiled execution: Stop execution TB - Mode (fExec) changed. */ 2504 #define VINF_IEM_REEXEC_MODE_CHANGED (5310) 2501 2505 /** Restart the current instruction. For testing only. */ 2502 2506 #define VERR_IEM_RESTART_INSTRUCTION (-5389)
Note:
See TracChangeset
for help on using the changeset viewer.