VirtualBox

Changeset 7679 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Apr 1, 2008 12:50:06 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29200
Message:

Using an uninitialized variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r7635 r7679  
    285285                        {
    286286                            /* unmap it. */
    287                             int rc = r->map_func(d, i, NIL_RTGCPHYS, r->size, (PCIADDRESSSPACE)(r->type));
     287                            rc = r->map_func(d, i, NIL_RTGCPHYS, r->size, (PCIADDRESSSPACE)(r->type));
    288288                            AssertRC(rc);
    289289                            rc = PDMDevHlpMMIO2Unmap(d->pDevIns, i, GCPhysBase);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette