From: Alex Bennée Date: Tue, 13 Aug 2019 11:29:32 +0000 (+0100) Subject: fpu: remove the LIT64 macro X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=472038ccf5d69ebcad44d835488a36ee640c219f;p=qemu.git fpu: remove the LIT64 macro Now the rest of the code has been cleaned up we can remove this. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- diff --git a/include/fpu/softfloat.h b/include/fpu/softfloat.h index 3ff3fa5224..d9333eb65b 100644 --- a/include/fpu/softfloat.h +++ b/include/fpu/softfloat.h @@ -82,8 +82,6 @@ this code that are retained. #ifndef SOFTFLOAT_H #define SOFTFLOAT_H -#define LIT64( a ) a##LL - /*---------------------------------------------------------------------------- | Software IEC/IEEE floating-point ordering relations *----------------------------------------------------------------------------*/