diff options
Diffstat (limited to 'docs/dalvik-bytecode.html')
| -rw-r--r-- | docs/dalvik-bytecode.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dalvik-bytecode.html b/docs/dalvik-bytecode.html index 2bbffe6b0..4945d60f4 100644 --- a/docs/dalvik-bytecode.html +++ b/docs/dalvik-bytecode.html @@ -1170,7 +1170,7 @@ round-to-nearest and gradual underflow, except where stated otherwise.</p> <td>float a;<br/> int64 result = (int64) a; </td> - <td>Conversion of <code>float</code> to <code>int32</code>, using + <td>Conversion of <code>float</code> to <code>int64</code>, using round-toward-zero. The same special case rules as for <code>float-to-int</code> apply here, except that out-of-range values get converted to either <code>0x7fffffffffffffff</code> or |
