From c6620109a2ed495533c7d983b64e9639eaf1b489 Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Wed, 14 Mar 2012 11:52:32 +0000 Subject: fix free of clean thread local storage (on 64 bit linux) --- thread/athread.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thread') diff --git a/thread/athread.asm b/thread/athread.asm index fe14832..41a52e4 100644 --- a/thread/athread.asm +++ b/thread/athread.asm @@ -321,7 +321,7 @@ exit_thread: mov rdi,heap_mbp_offset[r9] call free - mov rdi,r9 + mov rdi,rbx call free else mov rcx,stack_mbp_offset[r9] -- cgit v1.2.3