diff options
Diffstat (limited to 'runtime/oat_file.h')
| -rw-r--r-- | runtime/oat_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file.h b/runtime/oat_file.h index c1b1acb368..fdb4217fd5 100644 --- a/runtime/oat_file.h +++ b/runtime/oat_file.h @@ -270,7 +270,7 @@ class OatFile { return OatClass(/* oat_file= */ nullptr, ClassStatus::kErrorUnresolved, OatClassType::kNoneCompiled, - /* bitmap_size= */ 0, + /* num_methods= */ 0, /* bitmap_pointer= */ nullptr, /* methods_pointer= */ nullptr); } |