diff options
Diffstat (limited to 'runtime/art_method.h')
| -rw-r--r-- | runtime/art_method.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method.h b/runtime/art_method.h index cec2ec4df2..21ee8f19e5 100644 --- a/runtime/art_method.h +++ b/runtime/art_method.h @@ -551,7 +551,7 @@ class ArtMethod FINAL { // Is this a CalleSaveMethod or ResolutionMethod and therefore doesn't adhere to normal // conventions for a method of managed code. Returns false for Proxy methods. ALWAYS_INLINE bool IsRuntimeMethod() { - return dex_method_index_ == kRuntimeMethodDexMethodIndex;; + return dex_method_index_ == kRuntimeMethodDexMethodIndex; } // Is this a hand crafted method used for something like describing callee saves? |