commit | bd79e4498465381117f2cbc6399a256061f1d144 | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Tue Jul 28 16:49:40 2009 -0700 |
committer | Jesse Wilson <jessewilson@google.com> | Wed Jul 29 15:00:09 2009 -0700 |
tree | 73ff27c21352acf40774564b9ff35fd5f8a1cd47 | |
parent | 2932648271e72bad181b293e1fa5945265c7dbed [diff] |
Fix an issue where we're adding 4x the intended offset. We were doing pointer arithmetic of mixed types (jint* and jint), and the type conversion ended up causing the offset to be converted an extra time.