diff options
| author | 2012-06-22 08:09:57 -0700 | |
|---|---|---|
| committer | 2012-06-22 08:53:36 -0700 | |
| commit | 008fa5114f356861f74f086f0b0c50fe42ef2891 (patch) | |
| tree | 4e02644aad39bad7debe1acf0fd2fe8509ed5e51 /src/compiler/codegen/MethodBitcode.cc | |
| parent | a64f157a79bec7215e29f18a5a73d70edb0f8abf (diff) | |
Fix d2i, f2i runtime support regression.
(double)(int32_t)(0x80000000ul) is not equal to
static_cast<double>(0x80000000ul). We should use
static_cast<double>(static_cast<int32_t>(0x80000000))
instead.
Change-Id: Idfc39ec7c990056bd157689fe4cdb899e62c0f10
Diffstat (limited to 'src/compiler/codegen/MethodBitcode.cc')
0 files changed, 0 insertions, 0 deletions