Ignore:
Timestamp:
Oct 4, 2009, 9:36:57 AM (16 years ago)
Author:
vladest
Message:
  1. Increased number of handles (4096 is not enougth for some Flash animations)
  2. Added CPU cycles couter for more accurate profiling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cpu.cpp

    r10475 r21343  
    194194                        PF[PF_COMPARE_EXCHANGE_DOUBLE] = TRUE;
    195195                if (features & CPUID_MMX)
    196                         PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
     196                    PF[PF_MMX_INSTRUCTIONS_AVAILABLE] = TRUE;
    197197
    198198                //Create FPU key if one is present
Note: See TracChangeset for help on using the changeset viewer.