Changeset 102077 in vbox for trunk/include/VBox
- Timestamp:
- Nov 13, 2023 11:52:34 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 160188
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r102068 r102077 2599 2599 /** Recompiler: Variable management internal processing error \#7. */ 2600 2600 #define VERR_IEM_VAR_IPE_7 (-5370) 2601 /** Recompiler: Variable management internal processing error \#8. */ 2602 #define VERR_IEM_VAR_IPE_8 (-5371) 2603 /** Recompiler: Variable management internal processing error \#9. */ 2604 #define VERR_IEM_VAR_IPE_9 (-5372) 2605 /** Recompiler: Variable management internal processing error \#10. */ 2606 #define VERR_IEM_VAR_IPE_10 (-5373) 2601 2607 2602 2608 /** Recompiler: Unimplemented case. */ -
trunk/include/VBox/vmm/stam.h
r100695 r102077 248 248 /** Instructions per translation block. */ 249 249 STAMUNIT_INSTR_PER_TB, 250 /** Bytes per translation block. */ 251 STAMUNIT_BYTES_PER_TB, 250 252 /** The end (exclusive). */ 251 253 STAMUNIT_END
Note:
See TracChangeset
for help on using the changeset viewer.