mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Correct the method I just added to actually return false sometimes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11069 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f0fd6845ee
commit
c07cd132cb
@ -297,7 +297,7 @@ public:
|
||||
double V;
|
||||
uint64_t I;
|
||||
} T2;
|
||||
T2.V = Val;
|
||||
T2.V = V;
|
||||
return T1.I == T2.I;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user