mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 12:31:09 +00:00
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:
parent
affde8930a
commit
be878fb0e9
|
@ -86,8 +86,6 @@ this code that are retained.
|
||||||
#include "config-host.h"
|
#include "config-host.h"
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
|
||||||
#define LIT64( a ) a##LL
|
|
||||||
|
|
||||||
/*----------------------------------------------------------------------------
|
/*----------------------------------------------------------------------------
|
||||||
| Software IEC/IEEE floating-point ordering relations
|
| Software IEC/IEEE floating-point ordering relations
|
||||||
*----------------------------------------------------------------------------*/
|
*----------------------------------------------------------------------------*/
|
||||||
|
|
Loading…
Reference in a new issue