Changeset 19421 in vbox
- Timestamp:
- May 6, 2009 11:08:07 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46946
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDM.cpp
r19420 r19421 1330 1330 VMMR3DECL(void) PDMR3DmaRun(PVM pVM) 1331 1331 { 1332 /** @note Not really SMP safe; restrict it to VCPU 0 ?*/1332 /** @note Not really SMP safe; restrict it to VCPU 0. */ 1333 1333 if (VMMGetCpuId(pVM) != 0) 1334 1334 return;
Note:
See TracChangeset
for help on using the changeset viewer.