]> git.proxmox.com Git - mirror_qemu.git/commitdiff
fpu: remove the LIT64 macro
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 13 Aug 2019 11:29:32 +0000 (12:29 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 19 Aug 2019 11:07:13 +0000 (12:07 +0100)
Now the rest of the code has been cleaned up we can remove this.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
include/fpu/softfloat.h

index 3ff3fa52245f4c0ec429dd2ec36f3ad59e48b800..d9333eb65b8be40bef1a769e7a9bd8b5bcaa36f8 100644 (file)
@@ -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
 *----------------------------------------------------------------------------*/