diff options
author | Alex Bennée | 2019-08-13 13:29:32 +0200 |
---|---|---|
committer | Alex Bennée | 2019-08-19 13:07:13 +0200 |
commit | 472038ccf5d69ebcad44d835488a36ee640c219f (patch) | |
tree | ad9b32627eca4c314389a9d597a8ce5a86b5a2e9 /include | |
parent | target/m68k: replace LIT64 with UINT64_C macros (diff) | |
download | qemu-472038ccf5d69ebcad44d835488a36ee640c219f.tar.gz qemu-472038ccf5d69ebcad44d835488a36ee640c219f.tar.xz qemu-472038ccf5d69ebcad44d835488a36ee640c219f.zip |
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 <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/fpu/softfloat.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 *----------------------------------------------------------------------------*/ |