VirtualBox

Changeset 38092 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 21, 2011 11:59:24 AM (13 years ago)
Author:
vboxsync
Message:

Fixed assertion (last item may or may not match).

File:
1 edited

Legend:

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

    r36849 r38092  
    569569                uCounterReg -= i;
    570570                uAddrReg    += i * cbIncr;
    571                 Assert(!(uEFlags & X86_EFL_ZF) != (i < cLeftPage));
     571                Assert((!(uEFlags & X86_EFL_ZF) != (i < cLeftPage)) || (i == cLeftPage));
    572572                if (fQuit)
    573573                    break;
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