diff options
Diffstat (limited to 'runtime/common_dex_operations.h')
-rw-r--r-- | runtime/common_dex_operations.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/common_dex_operations.h b/runtime/common_dex_operations.h index a7491069fa..2f86fbcca6 100644 --- a/runtime/common_dex_operations.h +++ b/runtime/common_dex_operations.h @@ -179,7 +179,6 @@ ALWAYS_INLINE bool DoFieldPutCommon(Thread* self, // actual field write. If one pops the stack we should not modify the field. The next // instruction will force a pop. Return true. DCHECK(Runtime::Current()->AreNonStandardExitsEnabled()); - DCHECK(interpreter::PrevFrameWillRetry(self, shadow_frame)); return true; } } |