VirtualBox

Ignore:
Timestamp:
Aug 22, 2013 11:59:49 AM (11 years ago)
Author:
vboxsync
Message:

IOMR3MMIOHandler: Accept anything in the 1..16 byte range.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r47719 r47987  
    17921792    STAM_COUNTER_INC(&pVM->iom.s.StatR3MMIOHandler);
    17931793
    1794     AssertMsg(cbBuf == 1 || cbBuf == 2 || cbBuf == 4 || cbBuf == 8, ("%zu\n", cbBuf));
     1794    AssertMsg(cbBuf >= 1 && cbBuf <= 16, ("%zu\n", cbBuf));
    17951795    AssertPtr(pRange);
    17961796    NOREF(pvPhys);
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