Changeset 36228 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 9, 2011 2:11:57 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevDMA.cpp
r36204 r36228 376 376 { 377 377 DMAControl *dc = (DMAControl *)pvUser; 378 uint8_t val ;378 uint8_t val = 0; 379 379 int reg; 380 380 … … 410 410 default: 411 411 Assert(0); 412 val = 0;413 412 break; 414 413 }
Note:
See TracChangeset
for help on using the changeset viewer.