diff options
Diffstat (limited to 'src/cancel.cpp')
-rw-r--r-- | src/cancel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp index a7dc0ec..5bcf79d 100644 --- a/src/cancel.cpp +++ b/src/cancel.cpp | |||
@@ -274,7 +274,7 @@ LUAG_FUNC(thread_cancel) | |||
274 | 274 | ||
275 | case CancelResult::Cancelled: | 275 | case CancelResult::Cancelled: |
276 | lua_pushboolean(L, 1); // true | 276 | lua_pushboolean(L, 1); // true |
277 | push_thread_status(L, lane); // true status | 277 | lane->pushThreadStatus(L); // true status |
278 | break; | 278 | break; |
279 | } | 279 | } |
280 | STACK_CHECK(L, 2); | 280 | STACK_CHECK(L, 2); |