Changeset 100791 in vbox for trunk/include
- Timestamp:
- Aug 4, 2023 9:00:00 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r100694 r100791 2501 2501 /** Recompiler: Translation block allocation failed. */ 2502 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)2503 /** Recompiled execution: Break out of current TB execution. */ 2504 #define VINF_IEM_REEXEC_BREAK (5310) 2505 2505 /** Recompilation: End translation block. */ 2506 2506 #define VINF_IEM_RECOMPILE_END_TB (5311)
Note:
See TracChangeset
for help on using the changeset viewer.