diff options
author | 2014-02-07 07:25:14 +0000 | |
---|---|---|
committer | 2014-02-07 07:25:14 +0000 | |
commit | d1b9241a91f5eef9995e54cf80f9789045e5a233 (patch) | |
tree | c67eea52a349c2ea7f2c3bdda8e73933c05531a8 /compiler/driver/compiler_driver.h | |
parent | 822115a225185d2896607eb08d70ce5c7099adef (diff) | |
parent | ef7d42fca18c16fbaf103822ad16f23246e2905d (diff) |
Merge "Object model changes to support 64bit."
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r-- | compiler/driver/compiler_driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index a8110e71d7..4307212256 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -106,8 +106,8 @@ class CompilerDriver { TimingLogger& timings) LOCKS_EXCLUDED(Locks::mutator_lock_); - // Compile a single Method - void CompileOne(const mirror::ArtMethod* method, TimingLogger& timings) + // Compile a single Method. + void CompileOne(mirror::ArtMethod* method, TimingLogger& timings) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); VerificationResults* GetVerificationResults() const { |