Changeset 43526 in vbox
- Timestamp:
- Oct 3, 2012 12:20:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r42416 r43526 4417 4417 for (i = 0; i < 0x10; ++i) 4418 4418 { 4419 pHlp->pfnPrintf(pHlp, " %02X", i,s->ar[i]);4419 pHlp->pfnPrintf(pHlp, " %02X", s->ar[i]); 4420 4420 } 4421 4421 pHlp->pfnPrintf(pHlp, "\n");
Note:
See TracChangeset
for help on using the changeset viewer.