diff options
Diffstat (limited to 'vm/Thread.c')
-rw-r--r-- | vm/Thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/Thread.c b/vm/Thread.c index bcd3eff74..1a270dca6 100644 --- a/vm/Thread.c +++ b/vm/Thread.c @@ -518,6 +518,7 @@ static const char* getSuspendCauseStr(SuspendCause why) case SUSPEND_FOR_DEBUG: return "debug"; case SUSPEND_FOR_DEBUG_EVENT: return "debug-event"; case SUSPEND_FOR_STACK_DUMP: return "stack-dump"; + case SUSPEND_FOR_VERIFY: return "verify"; #if defined(WITH_JIT) case SUSPEND_FOR_TBL_RESIZE: return "table-resize"; case SUSPEND_FOR_IC_PATCH: return "inline-cache-patch"; |