Changeset 57c764c


Ignore:
Timestamp:
Nov 19, 2019, 3:56:49 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
665f432
Parents:
21184e3
Message:

Fixed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.cfa

    r21184e3 r57c764c  
    263263        // Because of a bug, we couldn't initialized the seed on construction
    264264        // Do it here
    265         kernelTLS.rand_seed ^= rdtsc();
     265        kernelTLS.rand_seed ^= rdtscl();
    266266
    267267        processor * this = runner.proc;
Note: See TracChangeset for help on using the changeset viewer.