VirtualBox

Changeset 3024 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2007 12:43:44 PM (18 years ago)
Author:
vboxsync
Message:

removed accidental commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/cpu-exec.c

    r3023 r3024  
    511511                }
    512512#endif /* !DEBUG_bird */
    513 //{
    514 //static int blaat = 0;
    515 
    516 //if (env->eip == 0xc03f3c27 && ++blaat == 2)
    517 //    env->state |= CPU_EMULATE_SINGLE_STEP;
    518 //}
    519513                if(env->state & CPU_EMULATE_SINGLE_STEP)
    520514                {
    521515#ifdef DEBUG_bird
    522516                    static int s_cTimes = 0;
    523                     if (s_cTimes++ > 10000)
     517                    if (s_cTimes++ > 1000000)
    524518                    {
    525519                        RTLogPrintf("Enough stepping!\n");
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