Changeset 108248 in vbox for trunk/src/VBox/VMM/VMMAll/target-x86
- Timestamp:
- Feb 17, 2025 12:34:56 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167569
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/target-x86/IEMAllXcpt-x86.cpp
r108220 r108248 90 90 91 91 92 /*********************************************************************************************************************************93 * Global Variables *94 *********************************************************************************************************************************/95 #if defined(IEM_LOG_MEMORY_WRITES)96 /** What IEM just wrote. */97 uint8_t g_abIemWrote[256];98 /** How much IEM just wrote. */99 size_t g_cbIemWrote;100 #endif101 102 92 103 93 /** @name Misc Worker Functions.
Note:
See TracChangeset
for help on using the changeset viewer.