Ignore:
Timestamp:
Dec 27, 2020, 5:59:35 PM (4 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
9536761, ee56a4f
Parents:
62a7cc0 (diff), ac5816d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

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

    r62a7cc0 r1e6f632f  
    133133
    134134        this_thrd->context.[SP, FP] = this_thrd->self_cor.context.[SP, FP];
    135         verify( this_thrd->context.SP );
     135        /* paranoid */ verify( this_thrd->context.SP );
    136136
    137137        __schedule_thread( this_thrd );
Note: See TracChangeset for help on using the changeset viewer.