Changeset 100100 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jun 7, 2023 5:50:48 PM (21 months ago)
- svn:sync-xref-src-repo-rev:
- 157793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/GICR3.cpp
r99492 r100100 148 148 PDMDEV_VALIDATE_CONFIG_RETURN(pDevIns, "DistributorMmioBase|RedistributorMmioBase", ""); 149 149 150 #if 0 150 151 /* 151 152 * Disable automatic PDM locking for this device. … … 153 154 int rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 154 155 AssertRCReturn(rc, rc); 156 #else 157 int rc; 158 #endif 155 159 156 160 /*
Note:
See TracChangeset
for help on using the changeset viewer.