VirtualBox

Changeset 1893 in vbox for trunk


Ignore:
Timestamp:
Apr 3, 2007 4:24:03 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20140
Message:

fixed another check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r1892 r1893  
    581581     * Validate.
    582582     */
    583     AssertMsg(cb > 64 && cb < PAGE_SIZE * 256, ("cb=%d must be > 64 and < %d (256 pages)\n", cb, PAGE_SIZE * 256));
     583    AssertMsg(cPages > 0 && cPages < 256, ("cPages=%d must be > 0 and < 256\n", cPages));
    584584    AssertPtr(pHCPhys);
    585585    *pHCPhys = NIL_RTHCPHYS;
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