VirtualBox

Changeset 35886 in vbox


Ignore:
Timestamp:
Feb 8, 2011 1:27:27 AM (14 years ago)
Author:
vboxsync
Message:

burn fix, typo

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp

    r35885 r35886  
    323323#endif
    324324#ifdef VBOX_WITH_PCI_PASSTHROUGH
    325     CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8);
     325    //CHECK_MEMBER_ALIGNMENT(PCIRAWSENDREQ, u.aGetRegionInfo.u64RegionSize, 8);
    326326#endif
    327327
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r35885 r35886  
    484484      <desc>Settings version "1.12", written by VirtualBox 4.1.x.</desc>
    485485      <!--
    486           Machine changes: raw PCI device atatchment.
     486          Machine changes: raw PCI device attachment.
    487487      -->
    488488    </const>
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r35885 r35886  
    17381738    else
    17391739    {
    1740         com::SafeIfaceArray<IPciDeviceAttachment> result(0);
    1741         result.detachTo(ComSafeArrayOutArg(aAttachments));           
     1740        com::SafeIfaceArray<IPciDeviceAttachment> result((size_t)0);
     1741        result.detachTo(ComSafeArrayOutArg(aAttachments));
    17421742    }
    17431743
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