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/kernel/startup.cfa

    r1b033b8 rac12f1f  
    456456        link.prev = 0p;
    457457        #if defined( __CFA_WITH_VERIFY__ )
    458                 canary = 0x0D15EA5E0D15EA5E;
     458                canary = 0x0D15EA5E0D15EA5Ep;
    459459        #endif
    460460
Note: See TracChangeset for help on using the changeset viewer.