Put the right number of Ls after 64-bit constants.
Change-Id: I9f96259f21e42a84b9ebe20655fe0edb31f41892
This commit is contained in:
parent
59aeff9417
commit
5227663d2f
@ -37,7 +37,7 @@ double double_subnormal() {
|
||||
double d;
|
||||
uint64_t i;
|
||||
} u;
|
||||
u.i = 0x000fffffffffffffL;
|
||||
u.i = 0x000fffffffffffffLL;
|
||||
return u.d;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user