Ignore:
Timestamp:
Nov 10, 2022, 12:14:23 PM (20 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
a757ba1
Parents:
5ce0659
Message:

Changed cltr_link to use explicit field name to make gdb easier

File:
1 edited

Legend:

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

    r5ce0659 r6a4ef0c  
    745745        {
    746746                tytagref( dlink(thread$), dlink(thread$) ) ?`inner( thread$ & this ) = void;
    747                 with( DLINK_VIA( thread$, thread$.cltr_link ) )
     747                with( DLINK_VIA( thread$, typeof(((struct thread$ *)0p)->cltr_link) ) )
    748748                        remove( thrd );
    749749                cltr->nthreads -= 1;
Note: See TracChangeset for help on using the changeset viewer.