VirtualBox

Changeset 811 in vbox


Ignore:
Timestamp:
Feb 9, 2007 2:25:42 PM (18 years ago)
Author:
vboxsync
Message:

Corrected comment + log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r810 r811  
    675675/**
    676676 * Load receive message descriptor
     677 * Make sure we read the own flag first.
    677678 */
    678679DECLINLINE(void) pcnetRmdLoad(PCNetState *pData, RMD *rmd, RTGCPHYS addr)
     
    709710#ifdef DEBUG
    710711    if (rmd->rmd1.own == 0 && (ownbyte & 0x80))
    711         Log(("pcnetTmdLoad: own bit flipped while reading!!\n"));
     712        Log(("pcnetRmdLoad: own bit flipped while reading!!\n"));
    712713#endif
    713714    if (ownbyte & 0x80)
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