Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/cycle.h

    r8c15255 r7a0359b  
    4040NO_TRACE static inline uint64_t get_cycle(void)
    4141{
    42 #ifdef PROCESSOR_i486
    43         return 0;
    44 #else
    4542        uint64_t v;
    4643       
     
    5148       
    5249        return v;
    53 #endif
    5450}
    5551
Note: See TracChangeset for help on using the changeset viewer.