diff options
| author | 2016-02-19 01:16:50 +0000 | |
|---|---|---|
| committer | 2016-02-19 01:16:50 +0000 | |
| commit | 5532365a289c8c2e8cb827c07058d72eb38f2e1c (patch) | |
| tree | ee507d09fd111c062534643a631e66b1b769d359 /compiler/image_writer.h | |
| parent | 6a6a75305dcc3344eb51e342e84f32fce9421522 (diff) | |
| parent | e8bf134734ee7de8b89e6d3e3648de6548d8e627 (diff) | |
Merge "Don't pass in oat file name to NativeLocationInImage"
Diffstat (limited to 'compiler/image_writer.h')
| -rw-r--r-- | compiler/image_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_writer.h b/compiler/image_writer.h index 9371d9ffa9..b227c44519 100644 --- a/compiler/image_writer.h +++ b/compiler/image_writer.h @@ -428,7 +428,7 @@ class ImageWriter FINAL { // Location of where the object will be when the image is loaded at runtime. template <typename T> - T* NativeLocationInImage(T* obj, const char* oat_filename) SHARED_REQUIRES(Locks::mutator_lock_); + T* NativeLocationInImage(T* obj) SHARED_REQUIRES(Locks::mutator_lock_); // Location of where the temporary copy of the object currently is. template <typename T> |