VirtualBox

Changeset 30369 in vbox


Ignore:
Timestamp:
Jun 22, 2010 12:22:49 PM (15 years ago)
Author:
vboxsync
Message:

Missing return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllShw.h

    r30368 r30369  
    221221        if (pHCPhys)
    222222            *pHCPhys = (Pde.u & SHW_PDE_PG_MASK) + (GCPtr & (RT_BIT(SHW_PD_SHIFT) - 1) & X86_PAGE_4K_BASE_MASK);
     223
     224        return VINF_SUCCESS;
    223225    }
    224226
Note: See TracChangeset for help on using the changeset viewer.

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