mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
Fix thinko in last commit.
This commit is contained in:
@ -40,7 +40,7 @@ extern const char EXP_CHARS[];
|
|||||||
/* Length in LittleNums of guard bits. */
|
/* Length in LittleNums of guard bits. */
|
||||||
#define GUARD (2)
|
#define GUARD (2)
|
||||||
|
|
||||||
#ifndef TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION)
|
#ifndef TC_LARGEST_EXPONENT_IS_NORMAL
|
||||||
#define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0
|
#define TC_LARGEST_EXPONENT_IS_NORMAL(PRECISION) 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user