aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cancel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.cpp b/src/cancel.cpp
index fe1f3e6..a7dc0ec 100644
--- a/src/cancel.cpp
+++ b/src/cancel.cpp
@@ -264,7 +264,7 @@ LUAG_FUNC(thread_cancel)
264 switch (thread_cancel(lane, op, hook_count, wait_timeout, wake_lane)) 264 switch (thread_cancel(lane, op, hook_count, wait_timeout, wake_lane))
265 { 265 {
266 default: // should never happen unless we added a case and forgot to handle it 266 default: // should never happen unless we added a case and forgot to handle it
267 ASSERT_L(false); 267 LUA_ASSERT(L, false);
268 break; 268 break;
269 269
270 case CancelResult::Timeout: 270 case CancelResult::Timeout: