Changeset 102255 in vbox
- Timestamp:
- Nov 22, 2023 2:00:39 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r102077 r102255 2605 2605 /** Recompiler: Variable management internal processing error \#10. */ 2606 2606 #define VERR_IEM_VAR_IPE_10 (-5373) 2607 /** Recompiler: Variable management internal processing error \#11. */ 2608 #define VERR_IEM_VAR_IPE_11 (-5374) 2607 2609 2608 2610 /** Recompiler: Unimplemented case. */ 2609 2611 #define VERR_IEM_EMIT_CASE_NOT_IMPLEMENTED_1 (-5380) 2612 /** Recompiler: Totally unexpected memory size. */ 2613 #define VERR_IEM_EMIT_BAD_MEM_SIZE (-5381) 2610 2614 2611 2615 /** Restart the current instruction. For testing only. */
Note:
See TracChangeset
for help on using the changeset viewer.