diff options
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r-- | runtime/compiler_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index 9041df94b9..4560bca922 100644 --- a/runtime/compiler_callbacks.h +++ b/runtime/compiler_callbacks.h @@ -55,7 +55,7 @@ class CompilerCallbacks { // Return the class status of a previous stage of the compilation. This can be used, for example, // when class unloading is enabled during multidex compilation. virtual ClassStatus GetPreviousClassState(ClassReference ref ATTRIBUTE_UNUSED) { - return ClassStatus::kStatusNotReady; + return ClassStatus::kNotReady; } virtual void SetDoesClassUnloading(bool does_class_unloading ATTRIBUTE_UNUSED, |