git: npx: Fix inline ASM error in fpu_clean_state()

Aaron LI aly at crater.dragonflybsd.org
Wed Jul 7 08:01:46 PDT 2021


commit 819b69cfa0d1bc1dd49be659fe138de0932d7cec
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Jul 7 22:54:03 2021 +0800

    npx: Fix inline ASM error in fpu_clean_state()
    
    I made a mistake in commit 6becaabbb80a1d1b37c868ce7f22fca2ef6a743f when
    I changed it use 'fldz' in the inline ASM.  Fix it.

Summary of changes:
 sys/platform/pc64/x86_64/npx.c      | 2 +-
 sys/platform/vkernel64/x86_64/npx.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/819b69cfa0d1bc1dd49be659fe138de0932d7cec


-- 
DragonFly BSD source repository


More information about the Commits mailing list