mirror of https://github.com/xemu-project/xemu.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 <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
e23263004d
commit
472038ccf5
|
@ -82,8 +82,6 @@ this code that are retained.
|
||||||
#ifndef SOFTFLOAT_H
|
#ifndef SOFTFLOAT_H
|
||||||
#define SOFTFLOAT_H
|
#define SOFTFLOAT_H
|
||||||
|
|
||||||
#define LIT64( a ) a##LL
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
| Software IEC/IEEE floating-point ordering relations
|
| Software IEC/IEEE floating-point ordering relations
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in New Issue