mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 23:01:02 +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 "qemu/osdep.h"
|
||||
|
||||
#define LIT64( a ) a##LL
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
| Software IEC/IEEE floating-point ordering relations
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue