看板 DFBSD_commit 關於我們 聯絡資訊
commit ac6b496d08d2588524785f0388e376f90f50e503 Author: Jordan Gordeev <jgordeev@dir.bg> Date: Sat Jun 13 19:52:27 2009 +0300 amd64: Fix a bug in cpu_prepare_lwp(). The code used the i386 argument passing convention - on the stack - while amd64 expected the argument in %rdi. Fixes threaded apps. Summary of changes: sys/platform/pc64/amd64/vm_machdep.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ac6b496d08d2588524785f0388e376f90f50e503 -- DragonFly BSD source repository