看板 DFBSD_commit 關於我們 聯絡資訊
commit 6fb07b8b9afbf6a50e4a8f447d66bf7179a5083e Author: Sascha Wildner <saw@online.de> Date: Fri Apr 29 01:53:54 2011 +0200 kernel/npx: Fix ambiguous inline assembly. GNU as converts fld to flds, while clang errors about the missing suffix. Taken-from: FreeBSD Summary of changes: sys/platform/pc32/isa/npx.c | 2 +- sys/platform/pc64/x86_64/npx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6fb07b8b9afbf6a50e4a8f447d66bf7179a5083e -- DragonFly BSD source repository