Changeset 105379 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jul 17, 2024 2:07:48 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp
r103370 r105379 2076 2076 * Determine how many register values we'd be returning. 2077 2077 */ 2078 uint32_t cRegs = 1; /* we always return the direct hit. */2078 size_t cRegs = 1; /* we always return the direct hit. */ 2079 2079 2080 2080 if ( (fFlags & DBGFR3REG_QUERY_EX_F_ALIASES)
Note:
See TracChangeset
for help on using the changeset viewer.