Ignore:
Timestamp:
Jun 30, 2020, 1:21:39 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
398e8e9, 9f7fff4
Parents:
bdce852
Message:

Fixed errors and warning with x86 build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    rbdce852 r7812a7b5  
    6060                                __uint128_t rand_seed;
    6161                        #else
    62                                 uint64 rand_seed;
     62                                uint64_t rand_seed;
    6363                        #endif
    6464                } kernelTLS __attribute__ ((tls_model ( "initial-exec" )));
Note: See TracChangeset for help on using the changeset viewer.