- Timestamp:
- May 5, 2022 1:46:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CFGM.cpp
r94479 r94850 3363 3363 || ( pLeaf->cchName >= 2 3364 3364 && !RTStrNCmp(pLeaf->szName, "cb", 2)) ) 3365 pHlp->pfnPrintf(pHlp, ", %' Rhcb) ", pLeaf->Value.Integer.u64);3365 pHlp->pfnPrintf(pHlp, ", %' Rhcb)\n", pLeaf->Value.Integer.u64); 3366 3366 else 3367 3367 pHlp->pfnPrintf(pHlp, ")\n");
Note:
See TracChangeset
for help on using the changeset viewer.