Diff for /libelwix/src/time.c between versions 1.3 and 1.3.22.1

version 1.3, 2013/06/19 00:11:16 version 1.3.22.1, 2014/01/14 22:38:58
Line 283  time_rdtsc(void) Line 283  time_rdtsc(void)
   
         asm volatile("rdtsc" : "=a" (res));          asm volatile("rdtsc" : "=a" (res));
         return res;          return res;
#elif#else
         /* unsupported for this architecture, get time by ordinary way */          /* unsupported for this architecture, get time by ordinary way */
         struct timespec ts = { 0, 0LL };          struct timespec ts = { 0, 0LL };
         uint64_t res;          uint64_t res;

Removed from v.1.3  
changed lines
  Added in v.1.3.22.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>