VirtualBox

Changeset 4196 in vbox


Ignore:
Timestamp:
Aug 16, 2007 10:55:05 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23688
Message:

Don't assert on MAC mismatch on SSMAFTER_DEBUG_IT.

File:
1 edited

Legend:

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

    r4149 r4196  
    37173717    SSMR3GetU64(pSSMHandle, &pData->u64LastPoll);
    37183718    SSMR3GetMem(pSSMHandle, &Mac, sizeof(Mac));
    3719     Assert(!memcmp(&Mac, &pData->MacConfigured, sizeof(Mac)));
     3719    Assert(     !memcmp(&Mac, &pData->MacConfigured, sizeof(Mac))
     3720           ||   SSMR3HandleGetAfter(pSSMHandle) == SSMAFTER_DEBUG_IT);
    37203721    SSMR3GetBool(pSSMHandle, &pData->fAm79C973);
    37213722#ifndef PCNET_NO_POLLING
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