Changeset 84766 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Jun 10, 2020 5:40:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAllTracer.cpp
r84552 r84766 116 116 117 117 /* Write the event and kick the flush thread if necessary. */ 118 memcpy(pEvtHdr + 1, pvEvtDesc, cbEvtDesc); 118 if (cbEvtDesc) 119 memcpy(pEvtHdr + 1, pvEvtDesc, cbEvtDesc); 119 120 pEvtHdr->idEvtPrev = idEvtPrev; 120 121 pEvtHdr->hEvtSrc = hEvtSrc;
Note:
See TracChangeset
for help on using the changeset viewer.