From f391533f6715a47dd2c71aff9615d8fc20a7bbb8 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 23 Sep 2021 01:31:15 +0200 Subject: i386/i386/fpu.h: Drop spurious backslashes --- i386/i386/fpu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'i386') diff --git a/i386/i386/fpu.h b/i386/i386/fpu.h index a7d8bade..02b67066 100644 --- a/i386/i386/fpu.h +++ b/i386/i386/fpu.h @@ -111,25 +111,25 @@ static inline void set_xcr0(uint64_t value) { asm volatile("xsave %0" \ : "=m" (*state) \ : "a" ((unsigned) fp_xsave_support) \ - , "d" ((unsigned) (fp_xsave_support >> 32))) \ + , "d" ((unsigned) (fp_xsave_support >> 32))) #define xsaveopt(state) \ asm volatile("xsaveopt %0" \ : "=m" (*state) \ : "a" ((unsigned) fp_xsave_support) \ - , "d" ((unsigned) (fp_xsave_support >> 32))) \ + , "d" ((unsigned) (fp_xsave_support >> 32))) #define xsavec(state) \ asm volatile("xsavec %0" \ : "=m" (*state) \ : "a" ((unsigned) fp_xsave_support) \ - , "d" ((unsigned) (fp_xsave_support >> 32))) \ + , "d" ((unsigned) (fp_xsave_support >> 32))) #define xsaves(state) \ asm volatile("xsaves %0" \ : "=m" (*state) \ : "a" ((unsigned) fp_xsave_support) \ - , "d" ((unsigned) (fp_xsave_support >> 32))) \ + , "d" ((unsigned) (fp_xsave_support >> 32))) #define xrstor(state) \ asm volatile("xrstor %0" : : "m" (state)) -- cgit v1.2.3