fixed; did not compile
This commit is contained in:
parent
78f0107cb8
commit
5391cf8b17
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ _double f;
|
|||
{
|
||||
unsigned char *p;
|
||||
|
||||
if (f[0] != 0 || f[1] != 0) {
|
||||
if (f.__double[0] != 0 || f.__double[1] != 0) {
|
||||
p = (unsigned char *) &f;
|
||||
*p ^= 0x80;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue