summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/MethodCodegenDriver.cc
diff options
context:
space:
mode:
author buzbee <buzbee@google.com> 2012-03-15 15:27:56 -0700
committer buzbee <buzbee@google.com> 2012-03-15 16:08:09 -0700
commit70c96d4e5fe4fc8cd5ae1836a2d253e3bd608bfc (patch)
treef80edd592be51bcf460c7fc044f86207d61057bc /src/compiler/codegen/MethodCodegenDriver.cc
parentf8bbb8448c733e9e3ad43aad69774c37888329b1 (diff)
Fix "wide" cts vm-tests
In change https://android-git.corp.google.com/g/#/c/171904/ I removed a filler word that was placed in the gap between the last of the Dalvik locals and the first of the ins. This filler existed to allow use of the last local as a double - something that dx will never do (and I managed to convince myself that it would never happen). However, it did. Some of the cts tests use directly generated Dalvik code, and a group of them used the bad pattern. We could update the verifier to check for and explicitly disallow this. But, in case there is some other non-test code out there which uses this pattern it's probably best to just put the filler word back. Yuck. Change-Id: I67e6049f09007d3996ab6165c8160c56e4948600
Diffstat (limited to 'src/compiler/codegen/MethodCodegenDriver.cc')
0 files changed, 0 insertions, 0 deletions