VirtualBox

Changeset 2318 in vbox


Ignore:
Timestamp:
Apr 23, 2007 11:36:57 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20692
Message:

typo? Knut, pls check.

File:
1 edited

Legend:

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

    r2298 r2318  
    507507        Addr += PAGE_SIZE;
    508508        if (cbSize > PAGE_SIZE)
    509             cbSize =- PAGE_SIZE;
     509            cbSize -= PAGE_SIZE;
    510510        else
    511511            cbSize = 0;
     
    520520            if (cbSize <= PAGE_SIZE)
    521521                break;
    522             cbSize =- PAGE_SIZE;
     522            cbSize -= PAGE_SIZE;
    523523            Addr += PAGE_SIZE;
    524524        }
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