From be878fb0e9e3a28ddb5f527af212b6536be21808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Mon, 18 Nov 2019 21:06:53 -0500 Subject: [PATCH] fpu: remove the LIT64 macro Now the rest of the code has been cleaned up we can remove this. Backports commit 472038ccf5d69ebcad44d835488a36ee640c219f from qemu --- qemu/include/fpu/softfloat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/include/fpu/softfloat.h b/qemu/include/fpu/softfloat.h index c8861cd3..82d509ae 100644 --- a/qemu/include/fpu/softfloat.h +++ b/qemu/include/fpu/softfloat.h @@ -86,8 +86,6 @@ this code that are retained. #include "config-host.h" #include "qemu/osdep.h" -#define LIT64( a ) a##LL - /*---------------------------------------------------------------------------- | Software IEC/IEEE floating-point ordering relations *----------------------------------------------------------------------------*/