remove unneeded mutex acquire
This commit is contained in:
parent
8baf16c093
commit
1091536361
|
@ -269,7 +269,6 @@ void S_overflow(tc, frame_request) ptr tc; iptr frame_request; {
|
|||
}
|
||||
|
||||
/* create a continuation */
|
||||
tc_mutex_acquire();
|
||||
STACKLINK(tc) = S_mkcontinuation(space_new,
|
||||
0,
|
||||
CODEENTRYPOINT(nuate),
|
||||
|
@ -280,7 +279,6 @@ void S_overflow(tc, frame_request) ptr tc; iptr frame_request; {
|
|||
*split_point,
|
||||
Snil,
|
||||
Sfalse);
|
||||
tc_mutex_release();
|
||||
|
||||
/* overwrite old return address with dounderflow */
|
||||
*split_point = TO_PTR(DOUNDERFLOW);
|
||||
|
|
Loading…
Reference in New Issue
Block a user