Ignore:
Timestamp:
Nov 13, 2020, 11:37:11 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
a056f56
Parents:
1b033b8
Message:

canary is now a void * so it prints in hexa in gdb

File:
1 edited

Legend:

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

    r1b033b8 rac12f1f  
    195195
    196196                #if defined( __CFA_WITH_VERIFY__ )
    197                         unsigned long long canary;
     197                        void * canary;
    198198                #endif
    199199        };
Note: See TracChangeset for help on using the changeset viewer.