diff options
author | 2016-06-21 16:18:10 +0000 | |
---|---|---|
committer | 2016-06-21 16:18:10 +0000 | |
commit | 4692c35c151951aa1fa901ca24bfa302a9beeacf (patch) | |
tree | 8d28d7714dd7fa0ae1ff44888ae61f3c8786bfeb /compiler/optimizing/stack_map_stream.h | |
parent | f6d4f6e0e61977777b7a9ca18b75bcd26e98e9f9 (diff) | |
parent | 87f3fcbd0db352157fc59148e94647ef21b73bce (diff) |
Merge "Replace String.charAt() with HIR."
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
-rw-r--r-- | compiler/optimizing/stack_map_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 41f72f508b..53a9795d52 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -108,7 +108,7 @@ class StackMapStream : public ValueObject { }; struct InlineInfoEntry { - uint32_t dex_pc; + uint32_t dex_pc; // DexFile::kDexNoIndex for intrinsified native methods. uint32_t method_index; InvokeType invoke_type; uint32_t num_dex_registers; |