diff options
Diffstat (limited to 'vm/Thread.h')
-rw-r--r-- | vm/Thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/Thread.h b/vm/Thread.h index a7edb42d0..29cbec64c 100644 --- a/vm/Thread.h +++ b/vm/Thread.h @@ -300,6 +300,7 @@ typedef enum SuspendCause { SUSPEND_FOR_DEBUG_EVENT, SUSPEND_FOR_STACK_DUMP, SUSPEND_FOR_DEX_OPT, + SUSPEND_FOR_VERIFY, #if defined(WITH_JIT) SUSPEND_FOR_TBL_RESIZE, // jit-table resize SUSPEND_FOR_IC_PATCH, // polymorphic callsite inline-cache patch |