fpu: remove the LIT64 macro

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

Backports commit 472038ccf5d69ebcad44d835488a36ee640c219f from qemu
This commit is contained in:
Alex Bennée 2019-11-18 21:06:53 -05:00 committed by Lioncash
parent affde8930a
commit be878fb0e9
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -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
*----------------------------------------------------------------------------*/