diff options
author | 2019-02-14 09:44:24 +0000 | |
---|---|---|
committer | 2019-02-14 09:44:24 +0000 | |
commit | 438cc2b34be2a5d114a50ba6cdef22f9045d863a (patch) | |
tree | 68af43b712b3fb25f570e4b12ab895126eb47bcd /compiler/exception_test.cc | |
parent | cf23c5d8e558657e1a0eea15b8ec6a54ece9b677 (diff) | |
parent | e1412dacbf1d2a809bd1fca658cc8cb8f61f8ee6 (diff) |
Merge "Revert^2 "Add code size to CodeInfo""
Diffstat (limited to 'compiler/exception_test.cc')
-rw-r--r-- | compiler/exception_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc index d5ceafeac9..f978cc62f3 100644 --- a/compiler/exception_test.cc +++ b/compiler/exception_test.cc @@ -80,7 +80,7 @@ class ExceptionTest : public CommonRuntimeTest { stack_maps.BeginMethod(4 * sizeof(void*), 0u, 0u, 0u); stack_maps.BeginStackMapEntry(kDexPc, native_pc_offset); stack_maps.EndStackMapEntry(); - stack_maps.EndMethod(); + stack_maps.EndMethod(code_size); ScopedArenaVector<uint8_t> stack_map = stack_maps.Encode(); const size_t stack_maps_size = stack_map.size(); |