Changeset 606


Ignore:
Timestamp:
Mar 1, 2004, 10:04:28 AM (21 years ago)
Author:
Gary Byers
Message:

Declare the right function in new_tcr().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/thread_manager.c

    r605 r606  
    415415  extern area
    416416    *allocate_vstack_holding_area_lock(unsigned),
    417     *allocate_tstack_holding_tcr(unsigned);
     417    *allocate_tstack_holding_area_lock(unsigned);
    418418  area *a;
    419419  TCR *tcr = calloc(1, sizeof(TCR));
Note: See TracChangeset for help on using the changeset viewer.