From b0a3c74c2155af81b9345b5e2e5afab45efb6f9c Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 14 Mar 2012 11:51:08 +0000 Subject: fix free of clean thread local storage --- thread_macho64/athread.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread_macho64') diff --git a/thread_macho64/athread.s b/thread_macho64/athread.s index 980cdb3..f648c53 100644 --- a/thread_macho64/athread.s +++ b/thread_macho64/athread.s @@ -274,7 +274,7 @@ exit_thread: mov rdi,heap_mbp_offset[r9] att_call _free - mov rdi,r9 + mov rdi,rbx att_call _free .else mov rcx,stack_mbp_offset[r9] -- cgit v1.2.3