Changeset 5b7c8b5 for src/Concurrency


Ignore:
Timestamp:
Aug 29, 2021, 9:14:18 AM (3 years ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
1d402be
Parents:
702839bb
Message:

small changes and hopefully fixed build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.cc

    r702839bb r5b7c8b5  
    669669                lock_fn_type->get_parameters().push_back( this_decl->clone() );
    670670                unlock_fn_type->get_parameters().push_back( this_decl->clone() );
     671                fixupGenerics(lock_fn_type, decl);
     672                fixupGenerics(unlock_fn_type, decl);
    671673
    672674                delete this_decl;
     
    689691                        Type::Inline
    690692                );
    691                 fixupGenerics(lock_fn_type, decl);
    692693
    693694                UntypedExpr * get_monitor_lock =  new UntypedExpr (
     
    725726                        Type::Inline
    726727                );
    727                 fixupGenerics(unlock_fn_type, decl);
    728728
    729729                CompoundStmt * unlock_statement = new CompoundStmt();
Note: See TracChangeset for help on using the changeset viewer.