VirtualBox

Changeset 82168 in vbox for trunk/src/VBox/ExtPacks


Ignore:
Timestamp:
Nov 25, 2019 11:54:18 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134978
Message:

DevBusMouse: Converted to new style. Cleanups. Untested. [fixes] bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/BusMouseSample/DevBusMouse.cpp

    r82167 r82168  
    442442        }
    443443
    444         Log2(("mouIoPortWrite: offPort=%#x+%u cb=%d u32=%#x\n", BMS_IO_BASE+offPort, cb, u32));
     444        Log2(("mouIoPortWrite: offPort=%#x+%u cb=%d u32=%#x\n", BMS_IO_BASE, offPort, cb, u32));
    445445    }
    446446    else
     
    818818# elif defined(IN_RING0)
    819819    /* .pfnEarlyConstruct = */      NULL,
    820     /* .pfnConstruct = */           NULL,
     820    /* .pfnConstruct = */           bmsRZConstruct,
    821821    /* .pfnDestruct = */            NULL,
    822822    /* .pfnFinalDestruct = */       NULL,
     
    831831    /* .pfnReserved7 = */           NULL,
    832832# elif defined(IN_RC)
    833     /* .pfnConstruct = */           NULL,
     833    /* .pfnConstruct = */           bmsRZConstruct,
    834834    /* .pfnReserved0 = */           NULL,
    835835    /* .pfnReserved1 = */           NULL,
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