diff options
author | 2018-05-22 15:33:48 +0100 | |
---|---|---|
committer | 2018-05-23 13:48:31 +0100 | |
commit | 6ec2a1bf1cbecf17546df780dd0ad769042e1874 (patch) | |
tree | 09f7430f020e04dc892ff2c2152bb773cd45c0dd /runtime/stack.cc | |
parent | 2d3065e6ca0bd707bc998b7d260bb8e8ec07cf87 (diff) |
ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses.
Test: Rely on TreeHugger.
Bug: 31113334
Change-Id: I35f76c3e3b94dfca18dbe67aba065a1270f4e5ee
Diffstat (limited to 'runtime/stack.cc')
-rw-r--r-- | runtime/stack.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack.cc b/runtime/stack.cc index 229238e0f7..93127bea29 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -28,7 +28,7 @@ #include "entrypoints/runtime_asm_entrypoints.h" #include "gc/space/image_space.h" #include "gc/space/space-inl.h" -#include "interpreter/shadow_frame.h" +#include "interpreter/shadow_frame-inl.h" #include "jit/jit.h" #include "jit/jit_code_cache.h" #include "linear_alloc.h" |