Successfully added mutexes protecting freelist access. No behaviour change.
This commit is contained in:
parent
c59825d7fe
commit
f05d1af9d6
14 changed files with 132 additions and 69 deletions
|
|
@ -84,11 +84,11 @@ struct pso_pointer eval(
|
|||
// break;
|
||||
default:
|
||||
result =
|
||||
make_exception( c_cons
|
||||
make_exception( make_cons
|
||||
( c_string_to_lisp_string
|
||||
( L"Can't yet evaluate things of this type: " ),
|
||||
result ), frame_pointer,
|
||||
c_cons( c_cons
|
||||
make_cons( make_cons
|
||||
( c_string_to_lisp_keyword( L"tag" ),
|
||||
get_tag_string( result ) ), nil ),
|
||||
nil );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue