Revision aeec26d3

b/cpu-all.h
1021 1021

  
1022 1022
static inline int64_t cpu_get_real_ticks(void)
1023 1023
{
1024
#if __mips_isa_rev >= 2
1024
#if defined(__mips_isa_rev) && __mips_isa_rev >= 2
1025 1025
    uint32_t count;
1026 1026
    static uint32_t cyc_per_count = 0;
1027 1027

  

Also available in: Unified diff