qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 07/13] fpu: remove the LIT64 macro


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v3 07/13] fpu: remove the LIT64 macro
Date: Tue, 13 Aug 2019 13:49:40 +0100

Now the rest of the code has been cleaned up we can remove this.

Signed-off-by: Alex Bennée <address@hidden>
---
 include/fpu/softfloat.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/fpu/softfloat.h b/include/fpu/softfloat.h
index 3ff3fa52245..d9333eb65b8 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
 *----------------------------------------------------------------------------*/
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]